Html Css Color HEX #9C5FFB Light Slate Blue

📋 copy color: '#9C5FFB'

red 156 ◦ green 95 ◦ blue 251

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

Shades of Light Slate Blue #9C5FFB

Tints of Light Slate Blue #9C5FFB

RGB

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

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

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

R = 31.08%
G = 18.92%
B = 50%

CMYK

 C value IS 0.38

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9C5FFB (or 0x9C5FFB) is known color: Light Slate Blue. HEX triplet: 9C, 5F and FB. RGB value is (156,95,251). Sum of RGB (Red+Green+Blue) = 156+95+251=502 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.08% from 502); Green value is 95 (37.5% from 255 or 18.92% from 502); Blue value is 251 (98.44% from 255 or 50% from 502); Max value from RGB is 251 - color contains mainly: blue. Hex color #9C5FFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C5FFB is #63A004. Grayscale: #828282. Windows color (decimal): -6529029 or 16474012. OLE color: 16474012.

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

Color convert

RGB 156 95 251 -
CMYK 0.38 0.62 0 0.02
HSL 263.46º 0.95% 0.68% -
HSV(B) 263.46º 0.62% 0.98% -
XYZ 35.22 22.22 93.7 -
YUV 131.02 195.71 145.82 -
System Red Green Blue C M Y K H S L
Decimal 156 95 251 0.38 0.62 0 0.02 263.46 0.95 0.68
Hex 9C 5F FB 26 3E 0 2 107 5F 44
Octal 234 137 373 46 76 0 2 407 137 104
Binary 10011100 1011111 11111011 100110 111110 0 10 100000111 1011111 1000100

Color Harmonies of #9C5FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5FFB

Black with #9C5FFB

Text Example


Text Example

White with #9C5FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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