Html Css Color HEX #9E95FE Light Slate Blue

📋 copy color: '#9E95FE'

red 158 ◦ green 149 ◦ blue 254

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

Shades of Light Slate Blue #9E95FE

Tints of Light Slate Blue #9E95FE

RGB

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

 GREEN value IS 149 (58.59% from 255) = 26.56%

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

R = 28.16%
G = 26.56%
B = 45.28%

CMYK

 C value IS 0.38

 M value IS 0.41

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9E95FE (or 0x9E95FE) is known color: Light Slate Blue. HEX triplet: 9E, 95 and FE. RGB value is (158,149,254). Sum of RGB (Red+Green+Blue) = 158+149+254=561 (74% of max value = 765). Red value is 158 (62.11% from 255 or 28.16% from 561); Green value is 149 (58.59% from 255 or 26.56% from 561); Blue value is 254 (99.61% from 255 or 45.28% from 561); Max value from RGB is 254 - color contains mainly: blue. Hex color #9E95FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E95FE is #616A01. Grayscale: #A3A3A3. Windows color (decimal): -6384130 or 16684446. OLE color: 16684446.

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

Color convert

RGB 158 149 254 -
CMYK 0.38 0.41 0 0.00
HSL 245.14º 0.98% 0.79% -
HSV(B) 245.14º 0.41% 1% -
XYZ 42.74 35.92 98.45 -
YUV 163.66 178.98 123.96 -
System Red Green Blue C M Y K H S L
Decimal 158 149 254 0.38 0.41 0 0.00 245.14 0.98 0.79
Hex 9E 95 FE 26 29 0 0 F5 62 4F
Octal 236 225 376 46 51 0 0 365 142 117
Binary 10011110 10010101 11111110 100110 101001 0 0 11110101 1100010 1001111

Color Harmonies of #9E95FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E95FE

Black with #9E95FE

Text Example


Text Example

White with #9E95FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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