#9E92EE

Color #9E92EE Wistful (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wistful #9E92EE

Tints of Wistful #9E92EE

Color information

#9E92EE (or 0x9E92EE) is unknown color: approx Wistful. HEX triplet: 9E, 92 and EE. RGB value is (158,146,238). Sum of RGB (Red+Green+Blue) = 158+146+238=542 (71% of max value = 765). Red value is 158 (62.11% from 255 or 29.15% from 542); Green value is 146 (57.42% from 255 or 26.94% from 542); Blue value is 238 (93.36% from 255 or 43.91% from 542); Max value from RGB is 238 - color contains mainly: blue. Hex color #9E92EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E92EE is #616D11. Grayscale: #9F9F9F. Windows color (decimal): -6384914 or 15635102. OLE color: 15635102.

HSL color Cylindrical-coordinate representation of color #9E92EE: hue angle of 247.83º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9E92EE is Cyan = 0.34, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB158146238-
CMYK0.340.3900.07
HSL247.83º73.02%75.29%-
HSV(B)247.83º38.66%93.33%-
XYZ39.813485.35-
YUV160.08171.98126.52-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.15%
GREEN value IS 146 (57.42% from 255) = 26.94%
BLUE value IS 238 (93.36% from 255) = 43.91%
R=29.15%
G=26.94%
B=43.91%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1581462380.340.3900.07247.8373.0275.29
Hex9E92EE222707f8494b
Octal236222356424707370111113
Binary10011110100100101110111010001010011101111111100010010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E92EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9E92EE;
 }
 .AnyTagClassName
 {
   color: #9E92EE;
 }
</style>
background-color css

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

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

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

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

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

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