Html Css Color HEX #9E5CFC Light Slate Blue

📋 copy color: '#9E5CFC'

red 158 ◦ green 92 ◦ blue 252

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

Shades of Light Slate Blue #9E5CFC

Tints of Light Slate Blue #9E5CFC

RGB

 RED value IS 158 (62.11% from 255) = 31.47%

 GREEN value IS 92 (36.33% from 255) = 18.33%

 BLUE value IS 252 (98.83% from 255) = 50.2%

R = 31.47%
G = 18.33%
B = 50.2%

CMYK

 C value IS 0.37

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9E5CFC (or 0x9E5CFC) is known color: Light Slate Blue. HEX triplet: 9E, 5C and FC. RGB value is (158,92,252). Sum of RGB (Red+Green+Blue) = 158+92+252=502 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.47% from 502); Green value is 92 (36.33% from 255 or 18.33% from 502); Blue value is 252 (98.83% from 255 or 50.20% from 502); Max value from RGB is 252 - color contains mainly: blue. Hex color #9E5CFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E5CFC is #61A303. Grayscale: #818181. Windows color (decimal): -6398724 or 16538782. OLE color: 16538782.

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

Color convert

RGB 158 92 252 -
CMYK 0.37 0.63 0 0.01
HSL 264.75º 0.96% 0.67% -
HSV(B) 264.75º 0.63% 0.99% -
XYZ 35.5 21.95 94.46 -
YUV 129.97 196.87 147.99 -
System Red Green Blue C M Y K H S L
Decimal 158 92 252 0.37 0.63 0 0.01 264.75 0.96 0.67
Hex 9E 5C FC 25 3F 0 1 109 60 43
Octal 236 134 374 45 77 0 1 411 140 103
Binary 10011110 1011100 11111100 100101 111111 0 1 100001001 1100000 1000011

Color Harmonies of #9E5CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E5CFC

Black with #9E5CFC

Text Example


Text Example

White with #9E5CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,92,252); }

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

background-color css

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

 a { background-color: rgb(158,92,252); }

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

border-color css

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

 span { border-color: rgb(158,92,252); }

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