#9D98DD

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

Shades of Wistful #9D98DD

Tints of Wistful #9D98DD

Color information

#9D98DD (or 0x9D98DD) is unknown color: approx Wistful. HEX triplet: 9D, 98 and DD. RGB value is (157,152,221). Sum of RGB (Red+Green+Blue) = 157+152+221=530 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.62% from 530); Green value is 152 (59.77% from 255 or 28.68% from 530); Blue value is 221 (86.72% from 255 or 41.70% from 530); Max value from RGB is 221 - color contains mainly: blue. Hex color #9D98DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D98DD is #626722. Grayscale: #A1A1A1. Windows color (decimal): -6448931 or 14522525. OLE color: 14522525.

HSL color Cylindrical-coordinate representation of color #9D98DD: hue angle of 244.35º 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 #9D98DD is Cyan = 0.29, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB157152221-
CMYK0.290.3100.13
HSL244.35º50.36%73.14%-
HSV(B)244.35º31.22%86.67%-
XYZ38.1834.8573.12-
YUV161.36161.66124.89-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.62%
GREEN value IS 152 (59.77% from 255) = 28.68%
BLUE value IS 221 (86.72% from 255) = 41.70%
R=29.62%
G=28.68%
B=41.70%

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
Decimal1571522210.290.3100.13244.3550.3673.14
Hex9D98DD1D1F0Df43249
Octal235230335353701536462111
Binary100111011001100011011101111011111101101111101001100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D98DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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