Html Css Color HEX #9E91FE Light Slate Blue

📋 copy color: '#9E91FE'

red 158 ◦ green 145 ◦ blue 254

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

Shades of Light Slate Blue #9E91FE

Tints of Light Slate Blue #9E91FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 45.6%

R = 28.37%
G = 26.03%
B = 45.6%

CMYK

 C value IS 0.38

 M value IS 0.43

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9E91FE (or 0x9E91FE) is known color: Light Slate Blue. HEX triplet: 9E, 91 and FE. RGB value is (158,145,254). Sum of RGB (Red+Green+Blue) = 158+145+254=557 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.37% from 557); Green value is 145 (57.03% from 255 or 26.03% from 557); Blue value is 254 (99.61% from 255 or 45.60% from 557); Max value from RGB is 254 - color contains mainly: blue. Hex color #9E91FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E91FE is #616E01. Grayscale: #A0A0A0. Windows color (decimal): -6385154 or 16683422. OLE color: 16683422.

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

Color convert

RGB 158 145 254 -
CMYK 0.38 0.43 0 0.00
HSL 247.16º 0.98% 0.78% -
HSV(B) 247.16º 0.43% 1% -
XYZ 42.12 34.68 98.24 -
YUV 161.31 180.31 125.64 -
System Red Green Blue C M Y K H S L
Decimal 158 145 254 0.38 0.43 0 0.00 247.16 0.98 0.78
Hex 9E 91 FE 26 2B 0 0 F7 62 4E
Octal 236 221 376 46 53 0 0 367 142 116
Binary 10011110 10010001 11111110 100110 101011 0 0 11110111 1100010 1001110

Color Harmonies of #9E91FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E91FE

Black with #9E91FE

Text Example


Text Example

White with #9E91FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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