#9D8FDD

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

Shades of Wistful #9D8FDD

Tints of Wistful #9D8FDD

Color information

#9D8FDD (or 0x9D8FDD) is unknown color: approx Wistful. HEX triplet: 9D, 8F and DD. RGB value is (157,143,221). Sum of RGB (Red+Green+Blue) = 157+143+221=521 (69% of max value = 765). Red value is 157 (61.72% from 255 or 30.13% from 521); Green value is 143 (56.25% from 255 or 27.45% from 521); Blue value is 221 (86.72% from 255 or 42.42% from 521); Max value from RGB is 221 - color contains mainly: blue. Hex color #9D8FDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D8FDD is #627022. Grayscale: #9B9B9B. Windows color (decimal): -6451235 or 14520221. OLE color: 14520221.

HSL color Cylindrical-coordinate representation of color #9D8FDD: hue angle of 250.77º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9D8FDD is Cyan = 0.29, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB157143221-
CMYK0.290.3500.13
HSL250.77º53.42%71.37%-
HSV(B)250.77º35.29%86.67%-
XYZ36.7832.0372.65-
YUV156.08164.64128.66-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.13%
GREEN value IS 143 (56.25% from 255) = 27.45%
BLUE value IS 221 (86.72% from 255) = 42.42%
R=30.13%
G=27.45%
B=42.42%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1571432210.290.3500.13250.7753.4271.37
Hex9D8FDD1D230Dfb3547
Octal235217335354301537365107
Binary1001110110001111110111011110110001101101111110111101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D8FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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