#8D8FAD

Color #8D8FAD Manatee (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Manatee #8D8FAD

Tints of Manatee #8D8FAD

Color information

#8D8FAD (or 0x8D8FAD) is unknown color: approx Manatee. HEX triplet: 8D, 8F and AD. RGB value is (141,143,173). Sum of RGB (Red+Green+Blue) = 141+143+173=457 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.85% from 457); Green value is 143 (56.25% from 255 or 31.29% from 457); Blue value is 173 (67.97% from 255 or 37.86% from 457); Max value from RGB is 173 - color contains mainly: blue. Hex color #8D8FAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D8FAD is #727052. Grayscale: #919191. Windows color (decimal): -7499859 or 11374477. OLE color: 11374477.

HSL color Cylindrical-coordinate representation of color #8D8FAD: hue angle of 236.25º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8D8FAD is Cyan = 0.18, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB141143173-
CMYK0.180.1700.32
HSL236.25º16.33%61.57%-
HSV(B)236.25º18.5%67.84%-
XYZ28.3528.3243.51-
YUV145.82143.34124.56-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.85%
GREEN value IS 143 (56.25% from 255) = 31.29%
BLUE value IS 173 (67.97% from 255) = 37.86%
R=30.85%
G=31.29%
B=37.86%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1411431730.180.1700.32236.2516.3361.57
Hex8D8FAD1211020ec103e
Octal21521725522210403542076
Binary100011011000111110101101100101000101000001110110010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D8FAD; }

 p { color: rgb(141,143,173); }

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

<style>
 a { background-color: #8D8FAD; }

 a { background-color: rgb(141,143,173); }

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

<style>
 span { border-color: #8D8FAD; }

 span { border-color: rgb(141,143,173); }

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