#9D8FD5

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

Shades of Wistful #9D8FD5

Tints of Wistful #9D8FD5

Color information

#9D8FD5 (or 0x9D8FD5) is unknown color: approx Wistful. HEX triplet: 9D, 8F and D5. RGB value is (157,143,213). Sum of RGB (Red+Green+Blue) = 157+143+213=513 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.60% from 513); Green value is 143 (56.25% from 255 or 27.88% from 513); Blue value is 213 (83.59% from 255 or 41.52% from 513); Max value from RGB is 213 - color contains mainly: blue. Hex color #9D8FD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D8FD5 is #62702A. Grayscale: #9A9A9A. Windows color (decimal): -6451243 or 13995933. OLE color: 13995933.

HSL color Cylindrical-coordinate representation of color #9D8FD5: hue angle of 252º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9D8FD5 is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB157143213-
CMYK0.260.3300.16
HSL252º45.45%69.8%-
HSV(B)252º32.86%83.53%-
XYZ35.7431.6267.17-
YUV155.17160.64129.31-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.60%
GREEN value IS 143 (56.25% from 255) = 27.88%
BLUE value IS 213 (83.59% from 255) = 41.52%
R=30.60%
G=27.88%
B=41.52%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1571432130.260.3300.1625245.4569.8
Hex9D8FD51A21010fc2d46
Octal235217325324102037455106
Binary10011101100011111101010111010100001010000111111001011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D8FD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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