#9E98D9

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

Shades of Wistful #9E98D9

Tints of Wistful #9E98D9

Color information

#9E98D9 (or 0x9E98D9) is unknown color: approx Wistful. HEX triplet: 9E, 98 and D9. RGB value is (158,152,217). Sum of RGB (Red+Green+Blue) = 158+152+217=527 (69% of max value = 765). Red value is 158 (62.11% from 255 or 29.98% from 527); Green value is 152 (59.77% from 255 or 28.84% from 527); Blue value is 217 (85.16% from 255 or 41.18% from 527); Max value from RGB is 217 - color contains mainly: blue. Hex color #9E98D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E98D9 is #616726. Grayscale: #A0A0A0. Windows color (decimal): -6383399 or 14260382. OLE color: 14260382.

HSL color Cylindrical-coordinate representation of color #9E98D9: hue angle of 245.54º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9E98D9 is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB158152217-
CMYK0.270.3000.15
HSL245.54º46.1%72.35%-
HSV(B)245.54º29.95%85.1%-
XYZ37.8534.7470.36-
YUV161.2159.49125.71-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.98%
GREEN value IS 152 (59.77% from 255) = 28.84%
BLUE value IS 217 (85.16% from 255) = 41.18%
R=29.98%
G=28.84%
B=41.18%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1581522170.270.3000.15245.5446.172.35
Hex9E98D91B1E0Ff62e48
Octal236230331333601736656110
Binary100111101001100011011001110111111001111111101101011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E98D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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