#9D70F9

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

Shades of Light Slate Blue #9D70F9

Tints of Light Slate Blue #9D70F9

Color information

#9D70F9 (or 0x9D70F9) is unknown color: approx Light Slate Blue. HEX triplet: 9D, 70 and F9. RGB value is (157,112,249). Sum of RGB (Red+Green+Blue) = 157+112+249=518 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.31% from 518); Green value is 112 (44.14% from 255 or 21.62% from 518); Blue value is 249 (97.66% from 255 or 48.07% from 518); Max value from RGB is 249 - color contains mainly: blue. Hex color #9D70F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D70F9 is #628F06. Grayscale: #8C8C8C. Windows color (decimal): -6459143 or 16347293. OLE color: 16347293.

HSL color Cylindrical-coordinate representation of color #9D70F9: hue angle of 259.71º 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 #9D70F9 is Cyan = 0.37, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB157112249-
CMYK0.370.5500.02
HSL259.71º91.95%70.78%-
HSV(B)259.71º55.02%97.65%-
XYZ36.825.692.62-
YUV141.07188.91139.36-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.31%
GREEN value IS 112 (44.14% from 255) = 21.62%
BLUE value IS 249 (97.66% from 255) = 48.07%
R=30.31%
G=21.62%
B=48.07%

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
Decimal1571122490.370.5500.02259.7191.9570.78
Hex9D70F92537021045c47
Octal235160371456702404134107
Binary1001110111100001111100110010111011101010000010010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D70F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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