#9E98DD

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

Shades of Wistful #9E98DD

Tints of Wistful #9E98DD

Color information

#9E98DD (or 0x9E98DD) is unknown color: approx Wistful. HEX triplet: 9E, 98 and DD. RGB value is (158,152,221). Sum of RGB (Red+Green+Blue) = 158+152+221=531 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.76% from 531); Green value is 152 (59.77% from 255 or 28.63% from 531); Blue value is 221 (86.72% from 255 or 41.62% from 531); Max value from RGB is 221 - color contains mainly: blue. Hex color #9E98DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E98DD is #616722. Grayscale: #A1A1A1. Windows color (decimal): -6383395 or 14522526. OLE color: 14522526.

HSL color Cylindrical-coordinate representation of color #9E98DD: hue angle of 245.22º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9E98DD is Cyan = 0.29, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB158152221-
CMYK0.290.3100.13
HSL245.22º50.36%73.14%-
HSV(B)245.22º31.22%86.67%-
XYZ38.3834.9573.13-
YUV161.66161.49125.39-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.76%
GREEN value IS 152 (59.77% from 255) = 28.63%
BLUE value IS 221 (86.72% from 255) = 41.62%
R=29.76%
G=28.63%
B=41.62%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1581522210.290.3100.13245.2250.3673.14
Hex9E98DD1D1F0Df53249
Octal236230335353701536562111
Binary100111101001100011011101111011111101101111101011100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E98DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,152,221); }

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

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

 a { background-color: rgb(158,152,221); }

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

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

 span { border-color: rgb(158,152,221); }

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