#7258F9

Color #7258F9 Medium Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Slate Blue #7258F9

Tints of Medium Slate Blue #7258F9

Color information

#7258F9 (or 0x7258F9) is unknown color: approx Medium Slate Blue. HEX triplet: 72, 58 and F9. RGB value is (114,88,249). Sum of RGB (Red+Green+Blue) = 114+88+249=451 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.28% from 451); Green value is 88 (34.77% from 255 or 19.51% from 451); Blue value is 249 (97.66% from 255 or 55.21% from 451); Max value from RGB is 249 - color contains mainly: blue. Hex color #7258F9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7258F9 is #8DA706. Grayscale: #717171. Windows color (decimal): -9283335 or 16341106. OLE color: 16341106.

HSL color Cylindrical-coordinate representation of color #7258F9: hue angle of 249.69º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7258F9 is Cyan = 0.54, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB11488249-
CMYK0.540.6500.02
HSL249.69º93.06%66.08%-
HSV(B)249.69º64.66%97.65%-
XYZ27.5317.491.53-
YUV114.13204.11127.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 114 (44.92% from 255) = 25.28%
GREEN value IS 88 (34.77% from 255) = 19.51%
BLUE value IS 249 (97.66% from 255) = 55.21%
R=25.28%
G=19.51%
B=55.21%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal114882490.540.6500.02249.6993.0666.08
Hex7258F9364102fa5d42
Octal1621303716610102372135102
Binary111001010110001111100111011010000010101111101010111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7258F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7258F9; }

 p { color: rgb(114,88,249); }

 H1.HeaderClassName
 {
   color: #7258F9;
 }
 .AnyTagClassName
 {
   color: #7258F9;
 }
</style>
background-color css

<style>
 a { background-color: #7258F9; }

 a { background-color: rgb(114,88,249); }

 div.DivClassName
 {
   background-color: #7258F9;
 }
 .BgClassName
 {
   background-color: #7258F9;
 }
</style>
border-color css

<style>
 span { border-color: #7258F9; }

 span { border-color: rgb(114,88,249); }

 td.TdClassName
 {
   border-color: #7258F9;
 }
 .TagClassName
 {
   border-color: #7258F9;
 }
</style>