Html Css Color HEX #9E6DFC Light Slate Blue

📋 copy color: '#9E6DFC'

red 158 ◦ green 109 ◦ blue 252

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

Shades of Light Slate Blue #9E6DFC

Tints of Light Slate Blue #9E6DFC

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21%

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

R = 30.44%
G = 21%
B = 48.55%

CMYK

 C value IS 0.37

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9E6DFC (or 0x9E6DFC) is known color: Light Slate Blue. HEX triplet: 9E, 6D and FC. RGB value is (158,109,252). Sum of RGB (Red+Green+Blue) = 158+109+252=519 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.44% from 519); Green value is 109 (42.97% from 255 or 21.00% from 519); Blue value is 252 (98.83% from 255 or 48.55% from 519); Max value from RGB is 252 - color contains mainly: blue. Hex color #9E6DFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E6DFC is #619203. Grayscale: #8B8B8B. Windows color (decimal): -6394372 or 16543134. OLE color: 16543134.

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

Color convert

RGB 158 109 252 -
CMYK 0.37 0.57 0 0.01
HSL 260.56º 0.96% 0.71% -
HSV(B) 260.56º 0.57% 0.99% -
XYZ 37.14 25.23 95.01 -
YUV 139.95 191.23 140.87 -
System Red Green Blue C M Y K H S L
Decimal 158 109 252 0.37 0.57 0 0.01 260.56 0.96 0.71
Hex 9E 6D FC 25 39 0 1 105 60 47
Octal 236 155 374 45 71 0 1 405 140 107
Binary 10011110 1101101 11111100 100101 111001 0 1 100000101 1100000 1000111

Color Harmonies of #9E6DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6DFC

Black with #9E6DFC

Text Example


Text Example

White with #9E6DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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