Html Css Color HEX #9E96FF Light Slate Blue

📋 copy color: '#9E96FF'

red 158 ◦ green 150 ◦ blue 255

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

Shades of Light Slate Blue #9E96FF

Tints of Light Slate Blue #9E96FF

RGB

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

 GREEN value IS 150 (58.98% from 255) = 26.64%

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

R = 28.06%
G = 26.64%
B = 45.29%

CMYK

 C value IS 0.38

 M value IS 0.41

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9E96FF (or 0x9E96FF) is known color: Light Slate Blue. HEX triplet: 9E, 96 and FF. RGB value is (158,150,255). Sum of RGB (Red+Green+Blue) = 158+150+255=563 (74% of max value = 765). Red value is 158 (62.11% from 255 or 28.06% from 563); Green value is 150 (58.98% from 255 or 26.64% from 563); Blue value is 255 (100% from 255 or 45.29% from 563); Max value from RGB is 255 - color contains mainly: blue. Hex color #9E96FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E96FF is #616900. Grayscale: #A3A3A3. Windows color (decimal): -6383873 or 16750238. OLE color: 16750238.

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

Color convert

RGB 158 150 255 -
CMYK 0.38 0.41 0 0
HSL 244.57º 1% 0.79% -
HSV(B) 244.57º 0.41% 1% -
XYZ 43.06 36.3 99.35 -
YUV 164.36 179.15 123.46 -
System Red Green Blue C M Y K H S L
Decimal 158 150 255 0.38 0.41 0 0 244.57 1 0.79
Hex 9E 96 FF 26 29 0 0 F5 64 4F
Octal 236 226 377 46 51 0 0 365 144 117
Binary 10011110 10010110 11111111 100110 101001 0 0 11110101 1100100 1001111

Color Harmonies of #9E96FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E96FF

Black with #9E96FF

Text Example


Text Example

White with #9E96FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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