#9D97CD

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

Shades of Wistful #9D97CD

Tints of Wistful #9D97CD

Color information

#9D97CD (or 0x9D97CD) is unknown color: approx Wistful. HEX triplet: 9D, 97 and CD. RGB value is (157,151,205). Sum of RGB (Red+Green+Blue) = 157+151+205=513 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.60% from 513); Green value is 151 (59.38% from 255 or 29.43% from 513); Blue value is 205 (80.47% from 255 or 39.96% from 513); Max value from RGB is 205 - color contains mainly: blue. Hex color #9D97CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D97CD is #626832. Grayscale: #9E9E9E. Windows color (decimal): -6449203 or 13473693. OLE color: 13473693.

HSL color Cylindrical-coordinate representation of color #9D97CD: hue angle of 246.67º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9D97CD is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB157151205-
CMYK0.230.2600.20
HSL246.67º35.06%69.8%-
HSV(B)246.67º26.34%80.39%-
XYZ35.9933.7162.37-
YUV158.95153.99126.61-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.60%
GREEN value IS 151 (59.38% from 255) = 29.43%
BLUE value IS 205 (80.47% from 255) = 39.96%
R=30.60%
G=29.43%
B=39.96%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1571512050.230.2600.20246.6735.0669.8
Hex9D97CD171A014f72346
Octal235227315273202436743106
Binary1001110110010111110011011011111010010100111101111000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D97CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,151,205); }

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

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

 a { background-color: rgb(157,151,205); }

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

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

 span { border-color: rgb(157,151,205); }

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