#8D8FAF

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

Shades of Manatee #8D8FAF

Tints of Manatee #8D8FAF

Color information

#8D8FAF (or 0x8D8FAF) is unknown color: approx Manatee. HEX triplet: 8D, 8F and AF. RGB value is (141,143,175). Sum of RGB (Red+Green+Blue) = 141+143+175=459 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.72% from 459); Green value is 143 (56.25% from 255 or 31.15% from 459); Blue value is 175 (68.75% from 255 or 38.13% from 459); Max value from RGB is 175 - color contains mainly: blue. Hex color #8D8FAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D8FAF is #727050. Grayscale: #919191. Windows color (decimal): -7499857 or 11505549. OLE color: 11505549.

HSL color Cylindrical-coordinate representation of color #8D8FAF: hue angle of 236.47º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8D8FAF is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB141143175-
CMYK0.190.1800.31
HSL236.47º17.53%61.96%-
HSV(B)236.47º19.43%68.63%-
XYZ28.5428.444.54-
YUV146.05144.34124.4-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.72%
GREEN value IS 143 (56.25% from 255) = 31.15%
BLUE value IS 175 (68.75% from 255) = 38.13%
R=30.72%
G=31.15%
B=38.13%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1411431750.190.1800.31236.4717.5361.96
Hex8D8FAF131201Fec123e
Octal21521725723220373542276
Binary10001101100011111010111110011100100111111110110010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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