#9E98D3

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

Shades of Wistful #9E98D3

Tints of Wistful #9E98D3

Color information

#9E98D3 (or 0x9E98D3) is unknown color: approx Wistful. HEX triplet: 9E, 98 and D3. RGB value is (158,152,211). Sum of RGB (Red+Green+Blue) = 158+152+211=521 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.33% from 521); Green value is 152 (59.77% from 255 or 29.17% from 521); Blue value is 211 (82.81% from 255 or 40.50% from 521); Max value from RGB is 211 - color contains mainly: blue. Hex color #9E98D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E98D3 is #61672C. Grayscale: #A0A0A0. Windows color (decimal): -6383405 or 13867166. OLE color: 13867166.

HSL color Cylindrical-coordinate representation of color #9E98D3: hue angle of 246.1º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9E98D3 is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB158152211-
CMYK0.250.2800.17
HSL246.1º40.14%71.18%-
HSV(B)246.1º27.96%82.75%-
XYZ37.0934.4366.32-
YUV160.52156.49126.2-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.33%
GREEN value IS 152 (59.77% from 255) = 29.17%
BLUE value IS 211 (82.81% from 255) = 40.50%
R=30.33%
G=29.17%
B=40.50%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1581522110.250.2800.17246.140.1471.18
Hex9E98D3191C011f62847
Octal236230323313402136650107
Binary1001111010011000110100111100111100010001111101101010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E98D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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