#9E99EA

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

Shades of Wistful #9E99EA

Tints of Wistful #9E99EA

Color information

#9E99EA (or 0x9E99EA) is unknown color: approx Wistful. HEX triplet: 9E, 99 and EA. RGB value is (158,153,234). Sum of RGB (Red+Green+Blue) = 158+153+234=545 (72% of max value = 765). Red value is 158 (62.11% from 255 or 28.99% from 545); Green value is 153 (60.16% from 255 or 28.07% from 545); Blue value is 234 (91.80% from 255 or 42.94% from 545); Max value from RGB is 234 - color contains mainly: blue. Hex color #9E99EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E99EA is #616615. Grayscale: #A3A3A3. Windows color (decimal): -6383126 or 15374750. OLE color: 15374750.

HSL color Cylindrical-coordinate representation of color #9E99EA: hue angle of 243.7º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9E99EA is Cyan = 0.32, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB158153234-
CMYK0.320.3500.08
HSL243.7º65.85%75.88%-
HSV(B)243.7º34.62%91.76%-
XYZ40.3435.9982.66-
YUV163.73167.66123.91-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 28.99%
GREEN value IS 153 (60.16% from 255) = 28.07%
BLUE value IS 234 (91.80% from 255) = 42.94%
R=28.99%
G=28.07%
B=42.94%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1581532340.320.3500.08243.765.8575.88
Hex9E99EA202308f4424c
Octal2362313524043010364102114
Binary100111101001100111101010100000100011010001111010010000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E99EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,153,234); }

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

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

 a { background-color: rgb(158,153,234); }

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

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

 span { border-color: rgb(158,153,234); }

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