#9E70F9

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

Shades of Light Slate Blue #9E70F9

Tints of Light Slate Blue #9E70F9

Color information

#9E70F9 (or 0x9E70F9) is unknown color: approx Light Slate Blue. HEX triplet: 9E, 70 and F9. RGB value is (158,112,249). Sum of RGB (Red+Green+Blue) = 158+112+249=519 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.44% from 519); Green value is 112 (44.14% from 255 or 21.58% from 519); Blue value is 249 (97.66% from 255 or 47.98% from 519); Max value from RGB is 249 - color contains mainly: blue. Hex color #9E70F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E70F9 is #618F06. Grayscale: #8C8C8C. Windows color (decimal): -6393607 or 16347294. OLE color: 16347294.

HSL color Cylindrical-coordinate representation of color #9E70F9: hue angle of 260.15º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9E70F9 is Cyan = 0.37, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB158112249-
CMYK0.370.5500.02
HSL260.15º91.95%70.78%-
HSV(B)260.15º55.02%97.65%-
XYZ36.9925.792.63-
YUV141.37188.74139.86-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.44%
GREEN value IS 112 (44.14% from 255) = 21.58%
BLUE value IS 249 (97.66% from 255) = 47.98%
R=30.44%
G=21.58%
B=47.98%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1581122490.370.5500.02260.1591.9570.78
Hex9E70F92537021045c47
Octal236160371456702404134107
Binary1001111011100001111100110010111011101010000010010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E70F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E70F9; }

 p { color: rgb(158,112,249); }

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

<style>
 a { background-color: #9E70F9; }

 a { background-color: rgb(158,112,249); }

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

<style>
 span { border-color: #9E70F9; }

 span { border-color: rgb(158,112,249); }

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