Html Css Color HEX #9E92FE Light Slate Blue

📋 copy color: '#9E92FE'

red 158 ◦ green 146 ◦ blue 254

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

Shades of Light Slate Blue #9E92FE

Tints of Light Slate Blue #9E92FE

RGB

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

 GREEN value IS 146 (57.42% from 255) = 26.16%

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

R = 28.32%
G = 26.16%
B = 45.52%

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

#9E92FE (or 0x9E92FE) is known color: Light Slate Blue. HEX triplet: 9E, 92 and FE. RGB value is (158,146,254). Sum of RGB (Red+Green+Blue) = 158+146+254=558 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.32% from 558); Green value is 146 (57.42% from 255 or 26.16% from 558); Blue value is 254 (99.61% from 255 or 45.52% from 558); Max value from RGB is 254 - color contains mainly: blue. Hex color #9E92FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E92FE is #616D01. Grayscale: #A1A1A1. Windows color (decimal): -6384898 or 16683678. OLE color: 16683678.

HSL color Cylindrical-coordinate representation of color #9E92FE: hue angle of 246.67º 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 #9E92FE is Cyan = 0.38, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 158 146 254 -
CMYK 0.38 0.43 0 0.00
HSL 246.67º 0.98% 0.78% -
HSV(B) 246.67º 0.43% 1% -
XYZ 42.27 34.98 98.29 -
YUV 161.9 179.98 125.22 -
System Red Green Blue C M Y K H S L
Decimal 158 146 254 0.38 0.43 0 0.00 246.67 0.98 0.78
Hex 9E 92 FE 26 2B 0 0 F7 62 4E
Octal 236 222 376 46 53 0 0 367 142 116
Binary 10011110 10010010 11111110 100110 101011 0 0 11110111 1100010 1001110

Color Harmonies of #9E92FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E92FE

Black with #9E92FE

Text Example


Text Example

White with #9E92FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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