Html Css Color HEX #9C5AFE Light Slate Blue

📋 copy color: '#9C5AFE'

red 156 ◦ green 90 ◦ blue 254

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

Shades of Light Slate Blue #9C5AFE

Tints of Light Slate Blue #9C5AFE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18%

 BLUE value IS 254 (99.61% from 255) = 50.8%

R = 31.2%
G = 18%
B = 50.8%

CMYK

 C value IS 0.39

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9C5AFE (or 0x9C5AFE) is known color: Light Slate Blue. HEX triplet: 9C, 5A and FE. RGB value is (156,90,254). Sum of RGB (Red+Green+Blue) = 156+90+254=500 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.2% from 500); Green value is 90 (35.55% from 255 or 18% from 500); Blue value is 254 (99.61% from 255 or 50.8% from 500); Max value from RGB is 254 - color contains mainly: blue. Hex color #9C5AFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C5AFE is #63A501. Grayscale: #7F7F7F. Windows color (decimal): -6530306 or 16669340. OLE color: 16669340.

HSL color Cylindrical-coordinate representation of color #9C5AFE: hue angle of 264.15º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9C5AFE is Cyan = 0.39, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 156 90 254 -
CMYK 0.39 0.65 0 0.00
HSL 264.15º 0.99% 0.67% -
HSV(B) 264.15º 0.65% 1% -
XYZ 35.26 21.54 96.06 -
YUV 128.43 198.87 147.66 -
System Red Green Blue C M Y K H S L
Decimal 156 90 254 0.39 0.65 0 0.00 264.15 0.99 0.67
Hex 9C 5A FE 27 41 0 0 108 63 43
Octal 234 132 376 47 101 0 0 410 143 103
Binary 10011100 1011010 11111110 100111 1000001 0 0 100001000 1100011 1000011

Color Harmonies of #9C5AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5AFE

Black with #9C5AFE

Text Example


Text Example

White with #9C5AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,90,254); }

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

background-color css

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

 a { background-color: rgb(156,90,254); }

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

border-color css

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

 span { border-color: rgb(156,90,254); }

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