#8D8FA2

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

Shades of Manatee #8D8FA2

Tints of Manatee #8D8FA2

Color information

#8D8FA2 (or 0x8D8FA2) is unknown color: approx Manatee. HEX triplet: 8D, 8F and A2. RGB value is (141,143,162). Sum of RGB (Red+Green+Blue) = 141+143+162=446 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.61% from 446); Green value is 143 (56.25% from 255 or 32.06% from 446); Blue value is 162 (63.67% from 255 or 36.32% from 446); Max value from RGB is 162 - color contains mainly: blue. Hex color #8D8FA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D8FA2 is #72705D. Grayscale: #909090. Windows color (decimal): -7499870 or 10653581. OLE color: 10653581.

HSL color Cylindrical-coordinate representation of color #8D8FA2: hue angle of 234.29º degrees, saturation: 0.1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8D8FA2 is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB141143162-
CMYK0.130.1200.36
HSL234.29º10.14%59.41%-
HSV(B)234.29º12.96%63.53%-
XYZ27.3327.9238.13-
YUV144.57137.84125.46-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.61%
GREEN value IS 143 (56.25% from 255) = 32.06%
BLUE value IS 162 (63.67% from 255) = 36.32%
R=31.61%
G=32.06%
B=36.32%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1411431620.130.1200.36234.2910.1459.41
Hex8D8FA2DC024eaa3b
Octal21521724215140443521273
Binary100011011000111110100010110111000100100111010101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8FA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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