#9D99D8

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

Shades of Wistful #9D99D8

Tints of Wistful #9D99D8

Color information

#9D99D8 (or 0x9D99D8) is unknown color: approx Wistful. HEX triplet: 9D, 99 and D8. RGB value is (157,153,216). Sum of RGB (Red+Green+Blue) = 157+153+216=526 (69% of max value = 765). Red value is 157 (61.72% from 255 or 29.85% from 526); Green value is 153 (60.16% from 255 or 29.09% from 526); Blue value is 216 (84.77% from 255 or 41.06% from 526); Max value from RGB is 216 - color contains mainly: blue. Hex color #9D99D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D99D8 is #626627. Grayscale: #A1A1A1. Windows color (decimal): -6448680 or 14195101. OLE color: 14195101.

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

Color convert

RGB157153216-
CMYK0.270.2900.15
HSL243.81º44.68%72.35%-
HSV(B)243.81º29.17%84.71%-
XYZ37.6934.9169.72-
YUV161.38158.83124.88-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.85%
GREEN value IS 153 (60.16% from 255) = 29.09%
BLUE value IS 216 (84.77% from 255) = 41.06%
R=29.85%
G=29.09%
B=41.06%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1571532160.270.2900.15243.8144.6872.35
Hex9D99D81B1D0Ff42d48
Octal235231330333501736455110
Binary100111011001100111011000110111110101111111101001011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D99D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,153,216); }

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

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

 a { background-color: rgb(157,153,216); }

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

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

 span { border-color: rgb(157,153,216); }

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