#9E9AEE

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

Shades of Wistful #9E9AEE

Tints of Wistful #9E9AEE

Color information

#9E9AEE (or 0x9E9AEE) is unknown color: approx Wistful. HEX triplet: 9E, 9A and EE. RGB value is (158,154,238). Sum of RGB (Red+Green+Blue) = 158+154+238=550 (72% of max value = 765). Red value is 158 (62.11% from 255 or 28.73% from 550); Green value is 154 (60.55% from 255 or 28% from 550); Blue value is 238 (93.36% from 255 or 43.27% from 550); Max value from RGB is 238 - color contains mainly: blue. Hex color #9E9AEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E9AEE is #616511. Grayscale: #A4A4A4. Windows color (decimal): -6382866 or 15637150. OLE color: 15637150.

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

Color convert

RGB158154238-
CMYK0.340.3500.07
HSL242.86º71.19%76.86%-
HSV(B)242.86º35.29%93.33%-
XYZ41.0936.5585.78-
YUV164.77169.33123.17-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 28.73%
GREEN value IS 154 (60.55% from 255) = 28%
BLUE value IS 238 (93.36% from 255) = 43.27%
R=28.73%
G=28%
B=43.27%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1581542380.340.3500.07242.8671.1976.86
Hex9E9AEE222307f3474d
Octal236232356424307363107115
Binary10011110100110101110111010001010001101111111001110001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E9AEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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