#9C70F9

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

Shades of Light Slate Blue #9C70F9

Tints of Light Slate Blue #9C70F9

Color information

#9C70F9 (or 0x9C70F9) is unknown color: approx Light Slate Blue. HEX triplet: 9C, 70 and F9. RGB value is (156,112,249). Sum of RGB (Red+Green+Blue) = 156+112+249=517 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.17% from 517); Green value is 112 (44.14% from 255 or 21.66% from 517); Blue value is 249 (97.66% from 255 or 48.16% from 517); Max value from RGB is 249 - color contains mainly: blue. Hex color #9C70F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C70F9 is #638F06. Grayscale: #8C8C8C. Windows color (decimal): -6524679 or 16347292. OLE color: 16347292.

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

Color convert

RGB156112249-
CMYK0.370.5500.02
HSL259.27º91.95%70.78%-
HSV(B)259.27º55.02%97.65%-
XYZ36.625.592.61-
YUV140.77189.08138.86-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.17%
GREEN value IS 112 (44.14% from 255) = 21.66%
BLUE value IS 249 (97.66% from 255) = 48.16%
R=30.17%
G=21.66%
B=48.16%

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
Decimal1561122490.370.5500.02259.2791.9570.78
Hex9C70F92537021035c47
Octal234160371456702403134107
Binary1001110011100001111100110010111011101010000001110111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C70F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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