Html Css Color HEX #9E91FF Light Slate Blue

📋 copy color: '#9E91FF'

red 158 ◦ green 145 ◦ blue 255

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

Shades of Light Slate Blue #9E91FF

Tints of Light Slate Blue #9E91FF

RGB

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

 GREEN value IS 145 (57.03% from 255) = 25.99%

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

R = 28.32%
G = 25.99%
B = 45.7%

CMYK

 C value IS 0.38

 M value IS 0.43

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9E91FF (or 0x9E91FF) is known color: Light Slate Blue. HEX triplet: 9E, 91 and FF. RGB value is (158,145,255). Sum of RGB (Red+Green+Blue) = 158+145+255=558 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.32% from 558); Green value is 145 (57.03% from 255 or 25.99% from 558); Blue value is 255 (100% from 255 or 45.70% from 558); Max value from RGB is 255 - color contains mainly: blue. Hex color #9E91FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E91FF is #616E00. Grayscale: #A1A1A1. Windows color (decimal): -6385153 or 16748958. OLE color: 16748958.

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

Color convert

RGB 158 145 255 -
CMYK 0.38 0.43 0 0
HSL 247.09º 1% 0.78% -
HSV(B) 247.09º 0.43% 1% -
XYZ 42.28 34.74 99.09 -
YUV 161.43 180.81 125.56 -
System Red Green Blue C M Y K H S L
Decimal 158 145 255 0.38 0.43 0 0 247.09 1 0.78
Hex 9E 91 FF 26 2B 0 0 F7 64 4E
Octal 236 221 377 46 53 0 0 367 144 116
Binary 10011110 10010001 11111111 100110 101011 0 0 11110111 1100100 1001110

Color Harmonies of #9E91FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E91FF

Black with #9E91FF

Text Example


Text Example

White with #9E91FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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