Html Css Color HEX #9C5EFD Light Slate Blue

📋 copy color: '#9C5EFD'

red 156 ◦ green 94 ◦ blue 253

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

Shades of Light Slate Blue #9C5EFD

Tints of Light Slate Blue #9C5EFD

RGB

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

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

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

R = 31.01%
G = 18.69%
B = 50.3%

CMYK

 C value IS 0.38

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9C5EFD (or 0x9C5EFD) is known color: Light Slate Blue. HEX triplet: 9C, 5E and FD. RGB value is (156,94,253). Sum of RGB (Red+Green+Blue) = 156+94+253=503 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.01% from 503); Green value is 94 (37.11% from 255 or 18.69% from 503); Blue value is 253 (99.22% from 255 or 50.30% from 503); Max value from RGB is 253 - color contains mainly: blue. Hex color #9C5EFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C5EFD is #63A102. Grayscale: #828282. Windows color (decimal): -6529283 or 16604828. OLE color: 16604828.

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

Color convert

RGB 156 94 253 -
CMYK 0.38 0.63 0 0.01
HSL 263.4º 0.98% 0.68% -
HSV(B) 263.4º 0.63% 0.99% -
XYZ 35.44 22.17 95.34 -
YUV 130.66 197.04 146.07 -
System Red Green Blue C M Y K H S L
Decimal 156 94 253 0.38 0.63 0 0.01 263.4 0.98 0.68
Hex 9C 5E FD 26 3F 0 1 107 62 44
Octal 234 136 375 46 77 0 1 407 142 104
Binary 10011100 1011110 11111101 100110 111111 0 1 100000111 1100010 1000100

Color Harmonies of #9C5EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5EFD

Black with #9C5EFD

Text Example


Text Example

White with #9C5EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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