#9E8DD8

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

Shades of Wistful #9E8DD8

Tints of Wistful #9E8DD8

Color information

#9E8DD8 (or 0x9E8DD8) is unknown color: approx Wistful. HEX triplet: 9E, 8D and D8. RGB value is (158,141,216). Sum of RGB (Red+Green+Blue) = 158+141+216=515 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.68% from 515); Green value is 141 (55.47% from 255 or 27.38% from 515); Blue value is 216 (84.77% from 255 or 41.94% from 515); Max value from RGB is 216 - color contains mainly: blue. Hex color #9E8DD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E8DD8 is #617227. Grayscale: #9A9A9A. Windows color (decimal): -6386216 or 14192030. OLE color: 14192030.

HSL color Cylindrical-coordinate representation of color #9E8DD8: hue angle of 253.6º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9E8DD8 is Cyan = 0.27, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB158141216-
CMYK0.270.3500.15
HSL253.6º49.02%70%-
HSV(B)253.6º34.72%84.71%-
XYZ36.0231.2869.1-
YUV154.63162.63130.4-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.68%
GREEN value IS 141 (55.47% from 255) = 27.38%
BLUE value IS 216 (84.77% from 255) = 41.94%
R=30.68%
G=27.38%
B=41.94%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1581412160.270.3500.15253.649.0270
Hex9E8DD81B230Ffe3146
Octal236215330334301737661106
Binary1001111010001101110110001101110001101111111111101100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8DD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,141,216); }

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

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

 a { background-color: rgb(158,141,216); }

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

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

 span { border-color: rgb(158,141,216); }

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