#9D99C6

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

Shades of Wistful #9D99C6

Tints of Wistful #9D99C6

Color information

#9D99C6 (or 0x9D99C6) is unknown color: approx Wistful. HEX triplet: 9D, 99 and C6. RGB value is (157,153,198). Sum of RGB (Red+Green+Blue) = 157+153+198=508 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.91% from 508); Green value is 153 (60.16% from 255 or 30.12% from 508); Blue value is 198 (77.73% from 255 or 38.98% from 508); Max value from RGB is 198 - color contains mainly: blue. Hex color #9D99C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D99C6 is #626639. Grayscale: #9F9F9F. Windows color (decimal): -6448698 or 13015453. OLE color: 13015453.

HSL color Cylindrical-coordinate representation of color #9D99C6: hue angle of 245.33º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9D99C6 is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB157153198-
CMYK0.210.2300.22
HSL245.33º28.3%68.82%-
HSV(B)245.33º22.73%77.65%-
XYZ35.4934.0358.12-
YUV159.33149.83126.34-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.91%
GREEN value IS 153 (60.16% from 255) = 30.12%
BLUE value IS 198 (77.73% from 255) = 38.98%
R=30.91%
G=30.12%
B=38.98%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1571531980.210.2300.22245.3328.368.82
Hex9D99C61517016f51c45
Octal235231306252702636534105
Binary100111011001100111000110101011011101011011110101111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D99C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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