Shades of Manatee #83899A
Tints of Manatee #83899A
RGB
CMYK
RGB Variations
Color information
#83899A (or 0x83899A) is known color: Manatee. HEX triplet: 83, 89 and 9A. RGB value is (131,137,154). Sum of RGB (Red+Green+Blue) = 131+137+154=422 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.04% from 422); Green value is 137 (53.91% from 255 or 32.46% from 422); Blue value is 154 (60.55% from 255 or 36.49% from 422); Max value from RGB is 154 - color contains mainly: blue. Hex color #83899A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83899A is #7C7665. Grayscale: #898989. Windows color (decimal): -8156774 or 10127747. OLE color: 10127747.
HSL color Cylindrical-coordinate representation of color #83899A: hue angle of 224.35º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #83899A is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 131 | 137 | 154 | - |
| CMYK | 0.15 | 0.11 | 0 | 0.40 |
| HSL | 224.35º | 0.1% | 0.56% | - |
| HSV(B) | 224.35º | 0.15% | 0.6% | - |
| XYZ | 24.14 | 25.05 | 34.13 | - |
| YUV | 137.14 | 137.51 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 137 | 154 | 0.15 | 0.11 | 0 | 0.40 | 224.35 | 0.1 | 0.56 |
| Hex | 83 | 89 | 9A | F | B | 0 | 28 | E0 | A | 38 |
| Octal | 203 | 211 | 232 | 17 | 13 | 0 | 50 | 340 | 12 | 70 |
| Binary | 10000011 | 10001001 | 10011010 | 1111 | 1011 | 0 | 101000 | 11100000 | 1010 | 111000 |
Color Harmonies of #83899A
Complementary color
Monochromatic Colors of #83899A
Black with #83899A
Text Example
Text Example
White with #83899A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83899A; }
p { color: rgb(131,137,154); }
H1.HeaderClassName
{
color: #83899A;
}
.AnyTagClassName
{
color: #83899A;
}
</style>
background-color css
<style>
a { background-color: #83899A; }
a { background-color: rgb(131,137,154); }
div.DivClassName
{
background-color: #83899A;
}
.BgClassName
{
background-color: #83899A;
}
</style>
border-color css
<style>
span { border-color: #83899A; }
span { border-color: rgb(131,137,154); }
td.TdClassName
{
border-color: #83899A;
}
.TagClassName
{
border-color: #83899A;
}
</style>