Html Css Color HEX #9C70F9 Light Slate Blue

📋 copy color: '#9C70F9'

red 156 ◦ green 112 ◦ blue 249

#9C70F9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Slate Blue #9C70F9

Tints of Light Slate Blue #9C70F9

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 value IS 0.37

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9C70F9 (or 0x9C70F9) is known color: 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

RGB 156 112 249 -
CMYK 0.37 0.55 0 0.02
HSL 259.27º 0.92% 0.71% -
HSV(B) 259.27º 0.55% 0.98% -
XYZ 36.6 25.5 92.61 -
YUV 140.77 189.08 138.86 -
System Red Green Blue C M Y K H S L
Decimal 156 112 249 0.37 0.55 0 0.02 259.27 0.92 0.71
Hex 9C 70 F9 25 37 0 2 103 5C 47
Octal 234 160 371 45 67 0 2 403 134 107
Binary 10011100 1110000 11111001 100101 110111 0 10 100000011 1011100 1000111

Color Harmonies of #9C70F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C70F9

Black with #9C70F9

Text Example


Text Example

White with #9C70F9

Text Example


Text Example

HTML Codes & Css Web 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>