Html Css Color HEX #9C70FC Light Slate Blue

📋 copy color: '#9C70FC'

red 156 ◦ green 112 ◦ blue 252

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

Shades of Light Slate Blue #9C70FC

Tints of Light Slate Blue #9C70FC

RGB

 RED value IS 156 (61.33% from 255) = 30%

 GREEN value IS 112 (44.14% from 255) = 21.54%

 BLUE value IS 252 (98.83% from 255) = 48.46%

R = 30%
G = 21.54%
B = 48.46%

CMYK

 C value IS 0.38

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9C70FC (or 0x9C70FC) is known color: Light Slate Blue. HEX triplet: 9C, 70 and FC. RGB value is (156,112,252). Sum of RGB (Red+Green+Blue) = 156+112+252=520 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30% from 520); Green value is 112 (44.14% from 255 or 21.54% from 520); Blue value is 252 (98.83% from 255 or 48.46% from 520); Max value from RGB is 252 - color contains mainly: blue. Hex color #9C70FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C70FC is #638F03. Grayscale: #8C8C8C. Windows color (decimal): -6524676 or 16543900. OLE color: 16543900.

HSL color Cylindrical-coordinate representation of color #9C70FC: hue angle of 258.86º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9C70FC is Cyan = 0.38, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 156 112 252 -
CMYK 0.38 0.56 0 0.01
HSL 258.86º 0.96% 0.71% -
HSV(B) 258.86º 0.56% 0.99% -
XYZ 37.08 25.68 95.1 -
YUV 141.12 190.58 138.62 -
System Red Green Blue C M Y K H S L
Decimal 156 112 252 0.38 0.56 0 0.01 258.86 0.96 0.71
Hex 9C 70 FC 26 38 0 1 103 60 47
Octal 234 160 374 46 70 0 1 403 140 107
Binary 10011100 1110000 11111100 100110 111000 0 1 100000011 1100000 1000111

Color Harmonies of #9C70FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C70FC

Black with #9C70FC

Text Example


Text Example

White with #9C70FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9C70FC;
 }
 .AnyTagClassName
 {
   color: #9C70FC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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