Html Css Color HEX #9E92FB Light Slate Blue

📋 copy color: '#9E92FB'

red 158 ◦ green 146 ◦ blue 251

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

Shades of Light Slate Blue #9E92FB

Tints of Light Slate Blue #9E92FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 45.23%

R = 28.47%
G = 26.31%
B = 45.23%

CMYK

 C value IS 0.37

 M value IS 0.42

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9E92FB (or 0x9E92FB) is known color: Light Slate Blue. HEX triplet: 9E, 92 and FB. RGB value is (158,146,251). Sum of RGB (Red+Green+Blue) = 158+146+251=555 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.47% from 555); Green value is 146 (57.42% from 255 or 26.31% from 555); Blue value is 251 (98.44% from 255 or 45.23% from 555); Max value from RGB is 251 - color contains mainly: blue. Hex color #9E92FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E92FB is #616D04. Grayscale: #A1A1A1. Windows color (decimal): -6384901 or 16487070. OLE color: 16487070.

HSL color Cylindrical-coordinate representation of color #9E92FB: hue angle of 246.86º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9E92FB is Cyan = 0.37, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 158 146 251 -
CMYK 0.37 0.42 0 0.02
HSL 246.86º 0.93% 0.78% -
HSV(B) 246.86º 0.42% 0.98% -
XYZ 41.79 34.79 95.78 -
YUV 161.56 178.48 125.46 -
System Red Green Blue C M Y K H S L
Decimal 158 146 251 0.37 0.42 0 0.02 246.86 0.93 0.78
Hex 9E 92 FB 25 2A 0 2 F7 5D 4E
Octal 236 222 373 45 52 0 2 367 135 116
Binary 10011110 10010010 11111011 100101 101010 0 10 11110111 1011101 1001110

Color Harmonies of #9E92FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E92FB

Black with #9E92FB

Text Example


Text Example

White with #9E92FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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