Html Css Color HEX #9E6EFF Light Slate Blue

📋 copy color: '#9E6EFF'

red 158 ◦ green 110 ◦ blue 255

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

Shades of Light Slate Blue #9E6EFF

Tints of Light Slate Blue #9E6EFF

RGB

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

 GREEN value IS 110 (43.36% from 255) = 21.03%

 BLUE value IS 255 (100% from 255) = 48.76%

R = 30.21%
G = 21.03%
B = 48.76%

CMYK

 C value IS 0.38

 M value IS 0.57

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9E6EFF (or 0x9E6EFF) is known color: Light Slate Blue. HEX triplet: 9E, 6E and FF. RGB value is (158,110,255). Sum of RGB (Red+Green+Blue) = 158+110+255=523 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.21% from 523); Green value is 110 (43.36% from 255 or 21.03% from 523); Blue value is 255 (100% from 255 or 48.76% from 523); Max value from RGB is 255 - color contains mainly: blue. Hex color #9E6EFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E6EFF is #619100. Grayscale: #8C8C8C. Windows color (decimal): -6394113 or 16739998. OLE color: 16739998.

HSL color Cylindrical-coordinate representation of color #9E6EFF: hue angle of 259.86º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9E6EFF is Cyan = 0.38, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 158 110 255 -
CMYK 0.38 0.57 0 0
HSL 259.86º 1% 0.72% -
HSV(B) 259.86º 0.57% 1% -
XYZ 37.73 25.64 97.57 -
YUV 140.88 192.4 140.21 -
System Red Green Blue C M Y K H S L
Decimal 158 110 255 0.38 0.57 0 0 259.86 1 0.72
Hex 9E 6E FF 26 39 0 0 104 64 48
Octal 236 156 377 46 71 0 0 404 144 110
Binary 10011110 1101110 11111111 100110 111001 0 0 100000100 1100100 1001000

Color Harmonies of #9E6EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6EFF

Black with #9E6EFF

Text Example


Text Example

White with #9E6EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,110,255); }

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

background-color css

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

 a { background-color: rgb(158,110,255); }

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

border-color css

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

 span { border-color: rgb(158,110,255); }

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