Html Css Color HEX #9C5FFD Light Slate Blue

📋 copy color: '#9C5FFD'

red 156 ◦ green 95 ◦ blue 253

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

Shades of Light Slate Blue #9C5FFD

Tints of Light Slate Blue #9C5FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 50.2%

R = 30.95%
G = 18.85%
B = 50.2%

CMYK

 C value IS 0.38

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9C5FFD (or 0x9C5FFD) is known color: Light Slate Blue. HEX triplet: 9C, 5F and FD. RGB value is (156,95,253). Sum of RGB (Red+Green+Blue) = 156+95+253=504 (66% of max value = 765). Red value is 156 (61.33% from 255 or 30.95% from 504); Green value is 95 (37.5% from 255 or 18.85% from 504); Blue value is 253 (99.22% from 255 or 50.20% from 504); Max value from RGB is 253 - color contains mainly: blue. Hex color #9C5FFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C5FFD is #63A002. Grayscale: #828282. Windows color (decimal): -6529027 or 16605084. OLE color: 16605084.

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

Color convert

RGB 156 95 253 -
CMYK 0.38 0.62 0 0.01
HSL 263.16º 0.98% 0.68% -
HSV(B) 263.16º 0.62% 0.99% -
XYZ 35.53 22.34 95.37 -
YUV 131.25 196.71 145.65 -
System Red Green Blue C M Y K H S L
Decimal 156 95 253 0.38 0.62 0 0.01 263.16 0.98 0.68
Hex 9C 5F FD 26 3E 0 1 107 62 44
Octal 234 137 375 46 76 0 1 407 142 104
Binary 10011100 1011111 11111101 100110 111110 0 1 100000111 1100010 1000100

Color Harmonies of #9C5FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5FFD

Black with #9C5FFD

Text Example


Text Example

White with #9C5FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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