Html Css Color HEX #9C5CFC Light Slate Blue

📋 copy color: '#9C5CFC'

red 156 ◦ green 92 ◦ blue 252

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

Shades of Light Slate Blue #9C5CFC

Tints of Light Slate Blue #9C5CFC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.4%

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

R = 31.2%
G = 18.4%
B = 50.4%

CMYK

 C value IS 0.38

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9C5CFC (or 0x9C5CFC) is known color: Light Slate Blue. HEX triplet: 9C, 5C and FC. RGB value is (156,92,252). Sum of RGB (Red+Green+Blue) = 156+92+252=500 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.2% from 500); Green value is 92 (36.33% from 255 or 18.4% from 500); Blue value is 252 (98.83% from 255 or 50.4% from 500); Max value from RGB is 252 - color contains mainly: blue. Hex color #9C5CFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C5CFC is #63A303. Grayscale: #808080. Windows color (decimal): -6529796 or 16538780. OLE color: 16538780.

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

Color convert

RGB 156 92 252 -
CMYK 0.38 0.63 0 0.01
HSL 264º 0.96% 0.67% -
HSV(B) 264º 0.63% 0.99% -
XYZ 35.11 21.75 94.44 -
YUV 129.38 197.2 146.99 -
System Red Green Blue C M Y K H S L
Decimal 156 92 252 0.38 0.63 0 0.01 264 0.96 0.67
Hex 9C 5C FC 26 3F 0 1 108 60 43
Octal 234 134 374 46 77 0 1 410 140 103
Binary 10011100 1011100 11111100 100110 111111 0 1 100001000 1100000 1000011

Color Harmonies of #9C5CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5CFC

Black with #9C5CFC

Text Example


Text Example

White with #9C5CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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