Html Css Color HEX #9C5FFE Light Slate Blue

📋 copy color: '#9C5FFE'

red 156 ◦ green 95 ◦ blue 254

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

Shades of Light Slate Blue #9C5FFE

Tints of Light Slate Blue #9C5FFE

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.81%

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

R = 30.89%
G = 18.81%
B = 50.3%

CMYK

 C value IS 0.39

 M value IS 0.63

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9C5FFE (or 0x9C5FFE) is known color: Light Slate Blue. HEX triplet: 9C, 5F and FE. RGB value is (156,95,254). Sum of RGB (Red+Green+Blue) = 156+95+254=505 (66% of max value = 765). Red value is 156 (61.33% from 255 or 30.89% from 505); Green value is 95 (37.5% from 255 or 18.81% from 505); Blue value is 254 (99.61% from 255 or 50.30% from 505); Max value from RGB is 254 - color contains mainly: blue. Hex color #9C5FFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C5FFE is #63A001. Grayscale: #828282. Windows color (decimal): -6529026 or 16670620. OLE color: 16670620.

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

Color convert

RGB 156 95 254 -
CMYK 0.39 0.63 0 0.00
HSL 263.02º 0.99% 0.68% -
HSV(B) 263.02º 0.63% 1% -
XYZ 35.69 22.41 96.21 -
YUV 131.37 197.21 145.57 -
System Red Green Blue C M Y K H S L
Decimal 156 95 254 0.39 0.63 0 0.00 263.02 0.99 0.68
Hex 9C 5F FE 27 3F 0 0 107 63 44
Octal 234 137 376 47 77 0 0 407 143 104
Binary 10011100 1011111 11111110 100111 111111 0 0 100000111 1100011 1000100

Color Harmonies of #9C5FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5FFE

Black with #9C5FFE

Text Example


Text Example

White with #9C5FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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