#8D8DAA

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

Shades of Manatee #8D8DAA

Tints of Manatee #8D8DAA

Color information

#8D8DAA (or 0x8D8DAA) is unknown color: approx Manatee. HEX triplet: 8D, 8D and AA. RGB value is (141,141,170). Sum of RGB (Red+Green+Blue) = 141+141+170=452 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.19% from 452); Green value is 141 (55.47% from 255 or 31.19% from 452); Blue value is 170 (66.80% from 255 or 37.61% from 452); Max value from RGB is 170 - color contains mainly: blue. Hex color #8D8DAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D8DAA is #727255. Grayscale: #909090. Windows color (decimal): -7500374 or 11177357. OLE color: 11177357.

HSL color Cylindrical-coordinate representation of color #8D8DAA: hue angle of 240º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8D8DAA is Cyan = 0.17, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB141141170-
CMYK0.170.1700.33
HSL240º14.57%60.98%-
HSV(B)240º17.06%66.67%-
XYZ27.7727.6141.9-
YUV144.31142.5125.64-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.19%
GREEN value IS 141 (55.47% from 255) = 31.19%
BLUE value IS 170 (66.80% from 255) = 37.61%
R=31.19%
G=31.19%
B=37.61%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1411411700.170.1700.3324014.5760.98
Hex8D8DAA1111021f0f3d
Octal21521525221210413601775
Binary10001101100011011010101010001100010100001111100001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,141,170); }

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

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

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

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

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

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

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