#9E99DB

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

Shades of Wistful #9E99DB

Tints of Wistful #9E99DB

Color information

#9E99DB (or 0x9E99DB) is unknown color: approx Wistful. HEX triplet: 9E, 99 and DB. RGB value is (158,153,219). Sum of RGB (Red+Green+Blue) = 158+153+219=530 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.81% from 530); Green value is 153 (60.16% from 255 or 28.87% from 530); Blue value is 219 (85.94% from 255 or 41.32% from 530); Max value from RGB is 219 - color contains mainly: blue. Hex color #9E99DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E99DB is #616624. Grayscale: #A1A1A1. Windows color (decimal): -6383141 or 14391710. OLE color: 14391710.

HSL color Cylindrical-coordinate representation of color #9E99DB: hue angle of 244.55º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9E99DB is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB158153219-
CMYK0.280.3000.14
HSL244.55º47.83%72.94%-
HSV(B)244.55º30.14%85.88%-
XYZ38.2835.1771.79-
YUV162.02160.16125.13-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.81%
GREEN value IS 153 (60.16% from 255) = 28.87%
BLUE value IS 219 (85.94% from 255) = 41.32%
R=29.81%
G=28.87%
B=41.32%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1581532190.280.3000.14244.5547.8372.94
Hex9E99DB1C1E0Ef53049
Octal236231333343601636560111
Binary100111101001100111011011111001111001110111101011100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E99DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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