#9D8FDA

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

Shades of Wistful #9D8FDA

Tints of Wistful #9D8FDA

Color information

#9D8FDA (or 0x9D8FDA) is unknown color: approx Wistful. HEX triplet: 9D, 8F and DA. RGB value is (157,143,218). Sum of RGB (Red+Green+Blue) = 157+143+218=518 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.31% from 518); Green value is 143 (56.25% from 255 or 27.61% from 518); Blue value is 218 (85.55% from 255 or 42.08% from 518); Max value from RGB is 218 - color contains mainly: blue. Hex color #9D8FDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D8FDA is #627025. Grayscale: #9B9B9B. Windows color (decimal): -6451238 or 14323613. OLE color: 14323613.

HSL color Cylindrical-coordinate representation of color #9D8FDA: hue angle of 251.2º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9D8FDA is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB157143218-
CMYK0.280.3400.15
HSL251.2º50.34%70.78%-
HSV(B)251.2º34.4%85.49%-
XYZ36.3831.8770.56-
YUV155.74163.14128.9-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.31%
GREEN value IS 143 (56.25% from 255) = 27.61%
BLUE value IS 218 (85.55% from 255) = 42.08%
R=30.31%
G=27.61%
B=42.08%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1571432180.280.3400.15251.250.3470.78
Hex9D8FDA1C220Ffb3247
Octal235217332344201737362107
Binary1001110110001111110110101110010001001111111110111100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D8FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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