Html Css Color HEX #9C5EFB Light Slate Blue

📋 copy color: '#9C5EFB'

red 156 ◦ green 94 ◦ blue 251

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

Shades of Light Slate Blue #9C5EFB

Tints of Light Slate Blue #9C5EFB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 18.76%

 BLUE value IS 251 (98.44% from 255) = 50.1%

R = 31.14%
G = 18.76%
B = 50.1%

CMYK

 C value IS 0.38

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9C5EFB (or 0x9C5EFB) is known color: Light Slate Blue. HEX triplet: 9C, 5E and FB. RGB value is (156,94,251). Sum of RGB (Red+Green+Blue) = 156+94+251=501 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.14% from 501); Green value is 94 (37.11% from 255 or 18.76% from 501); Blue value is 251 (98.44% from 255 or 50.10% from 501); Max value from RGB is 251 - color contains mainly: blue. Hex color #9C5EFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C5EFB is #63A104. Grayscale: #818181. Windows color (decimal): -6529285 or 16473756. OLE color: 16473756.

HSL color Cylindrical-coordinate representation of color #9C5EFB: hue angle of 263.69º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9C5EFB is Cyan = 0.38, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 156 94 251 -
CMYK 0.38 0.63 0 0.02
HSL 263.69º 0.95% 0.68% -
HSV(B) 263.69º 0.63% 0.98% -
XYZ 35.13 22.04 93.67 -
YUV 130.44 196.04 146.23 -
System Red Green Blue C M Y K H S L
Decimal 156 94 251 0.38 0.63 0 0.02 263.69 0.95 0.68
Hex 9C 5E FB 26 3F 0 2 108 5F 44
Octal 234 136 373 46 77 0 2 410 137 104
Binary 10011100 1011110 11111011 100110 111111 0 10 100001000 1011111 1000100

Color Harmonies of #9C5EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5EFB

Black with #9C5EFB

Text Example


Text Example

White with #9C5EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,94,251); }

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

background-color css

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

 a { background-color: rgb(156,94,251); }

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

border-color css

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

 span { border-color: rgb(156,94,251); }

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