#9D8FD6

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

Shades of Wistful #9D8FD6

Tints of Wistful #9D8FD6

Color information

#9D8FD6 (or 0x9D8FD6) is unknown color: approx Wistful. HEX triplet: 9D, 8F and D6. RGB value is (157,143,214). Sum of RGB (Red+Green+Blue) = 157+143+214=514 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.54% from 514); Green value is 143 (56.25% from 255 or 27.82% from 514); Blue value is 214 (83.98% from 255 or 41.63% from 514); Max value from RGB is 214 - color contains mainly: blue. Hex color #9D8FD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D8FD6 is #627029. Grayscale: #9B9B9B. Windows color (decimal): -6451242 or 14061469. OLE color: 14061469.

HSL color Cylindrical-coordinate representation of color #9D8FD6: hue angle of 251.83º degrees, saturation: 0.46, 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 #9D8FD6 is Cyan = 0.27, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB157143214-
CMYK0.270.3300.16
HSL251.83º46.41%70%-
HSV(B)251.83º33.18%83.92%-
XYZ35.8631.6767.84-
YUV155.28161.14129.23-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.54%
GREEN value IS 143 (56.25% from 255) = 27.82%
BLUE value IS 214 (83.98% from 255) = 41.63%
R=30.54%
G=27.82%
B=41.63%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1571432140.270.3300.16251.8346.4170
Hex9D8FD61B21010fc2e46
Octal235217326334102037456106
Binary10011101100011111101011011011100001010000111111001011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D8FD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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