Shades of Manatee #8B8DA2
Tints of Manatee #8B8DA2
RGB
CMYK
RGB Variations
Color information
#8B8DA2 (or 0x8B8DA2) is known color: Manatee. HEX triplet: 8B, 8D and A2. RGB value is (139,141,162). Sum of RGB (Red+Green+Blue) = 139+141+162=442 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.45% from 442); Green value is 141 (55.47% from 255 or 31.90% from 442); Blue value is 162 (63.67% from 255 or 36.65% from 442); Max value from RGB is 162 - color contains mainly: blue. Hex color #8B8DA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B8DA2 is #74725D. Grayscale: #8E8E8E. Windows color (decimal): -7631454 or 10653067. OLE color: 10653067.
HSL color Cylindrical-coordinate representation of color #8B8DA2: hue angle of 234.78º degrees, saturation: 0.11, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8B8DA2 is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 139 | 141 | 162 | - |
| CMYK | 0.14 | 0.13 | 0 | 0.36 |
| HSL | 234.78º | 0.11% | 0.59% | - |
| HSV(B) | 234.78º | 0.14% | 0.64% | - |
| XYZ | 26.69 | 27.15 | 38.02 | - |
| YUV | 142.8 | 138.84 | 125.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 141 | 162 | 0.14 | 0.13 | 0 | 0.36 | 234.78 | 0.11 | 0.59 |
| Hex | 8B | 8D | A2 | E | D | 0 | 24 | EB | B | 3B |
| Octal | 213 | 215 | 242 | 16 | 15 | 0 | 44 | 353 | 13 | 73 |
| Binary | 10001011 | 10001101 | 10100010 | 1110 | 1101 | 0 | 100100 | 11101011 | 1011 | 111011 |
Color Harmonies of #8B8DA2
Complementary color
Monochromatic Colors of #8B8DA2
Black with #8B8DA2
Text Example
Text Example
White with #8B8DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8DA2; }
p { color: rgb(139,141,162); }
H1.HeaderClassName
{
color: #8B8DA2;
}
.AnyTagClassName
{
color: #8B8DA2;
}
</style>
background-color css
<style>
a { background-color: #8B8DA2; }
a { background-color: rgb(139,141,162); }
div.DivClassName
{
background-color: #8B8DA2;
}
.BgClassName
{
background-color: #8B8DA2;
}
</style>
border-color css
<style>
span { border-color: #8B8DA2; }
span { border-color: rgb(139,141,162); }
td.TdClassName
{
border-color: #8B8DA2;
}
.TagClassName
{
border-color: #8B8DA2;
}
</style>