Shades of Manatee #83899B
Tints of Manatee #83899B
RGB
CMYK
RGB Variations
Color information
#83899B (or 0x83899B) is known color: Manatee. HEX triplet: 83, 89 and 9B. RGB value is (131,137,155). Sum of RGB (Red+Green+Blue) = 131+137+155=423 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.97% from 423); Green value is 137 (53.91% from 255 or 32.39% from 423); Blue value is 155 (60.94% from 255 or 36.64% from 423); Max value from RGB is 155 - color contains mainly: blue. Hex color #83899B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83899B is #7C7664. Grayscale: #898989. Windows color (decimal): -8156773 or 10193283. OLE color: 10193283.
HSL color Cylindrical-coordinate representation of color #83899B: hue angle of 225º degrees, saturation: 0.11, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #83899B is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 131 | 137 | 155 | - |
| CMYK | 0.15 | 0.12 | 0 | 0.39 |
| HSL | 225º | 0.11% | 0.56% | - |
| HSV(B) | 225º | 0.15% | 0.61% | - |
| XYZ | 24.22 | 25.08 | 34.58 | - |
| YUV | 137.26 | 138.01 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 137 | 155 | 0.15 | 0.12 | 0 | 0.39 | 225 | 0.11 | 0.56 |
| Hex | 83 | 89 | 9B | F | C | 0 | 27 | E1 | B | 38 |
| Octal | 203 | 211 | 233 | 17 | 14 | 0 | 47 | 341 | 13 | 70 |
| Binary | 10000011 | 10001001 | 10011011 | 1111 | 1100 | 0 | 100111 | 11100001 | 1011 | 111000 |
Color Harmonies of #83899B
Complementary color
Monochromatic Colors of #83899B
Black with #83899B
Text Example
Text Example
White with #83899B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83899B; }
p { color: rgb(131,137,155); }
H1.HeaderClassName
{
color: #83899B;
}
.AnyTagClassName
{
color: #83899B;
}
</style>
background-color css
<style>
a { background-color: #83899B; }
a { background-color: rgb(131,137,155); }
div.DivClassName
{
background-color: #83899B;
}
.BgClassName
{
background-color: #83899B;
}
</style>
border-color css
<style>
span { border-color: #83899B; }
span { border-color: rgb(131,137,155); }
td.TdClassName
{
border-color: #83899B;
}
.TagClassName
{
border-color: #83899B;
}
</style>