Shades of Manatee #83839A
Tints of Manatee #83839A
RGB
CMYK
RGB Variations
Color information
#83839A (or 0x83839A) is known color: Manatee. HEX triplet: 83, 83 and 9A. RGB value is (131,131,154). Sum of RGB (Red+Green+Blue) = 131+131+154=416 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.49% from 416); Green value is 131 (51.56% from 255 or 31.49% from 416); Blue value is 154 (60.55% from 255 or 37.02% from 416); Max value from RGB is 154 - color contains mainly: blue. Hex color #83839A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83839A is #7C7C65. Grayscale: #858585. Windows color (decimal): -8158310 or 10126211. OLE color: 10126211.
HSL color Cylindrical-coordinate representation of color #83839A: hue angle of 240º 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 #83839A is Cyan = 0.15, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 131 | 131 | 154 | - |
| CMYK | 0.15 | 0.15 | 0 | 0.40 |
| HSL | 240º | 0.1% | 0.56% | - |
| HSV(B) | 240º | 0.15% | 0.6% | - |
| XYZ | 23.31 | 23.39 | 33.86 | - |
| YUV | 133.62 | 139.5 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 131 | 154 | 0.15 | 0.15 | 0 | 0.40 | 240 | 0.1 | 0.56 |
| Hex | 83 | 83 | 9A | F | F | 0 | 28 | F0 | A | 38 |
| Octal | 203 | 203 | 232 | 17 | 17 | 0 | 50 | 360 | 12 | 70 |
| Binary | 10000011 | 10000011 | 10011010 | 1111 | 1111 | 0 | 101000 | 11110000 | 1010 | 111000 |
Color Harmonies of #83839A
Complementary color
Monochromatic Colors of #83839A
Black with #83839A
Text Example
Text Example
White with #83839A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83839A; }
p { color: rgb(131,131,154); }
H1.HeaderClassName
{
color: #83839A;
}
.AnyTagClassName
{
color: #83839A;
}
</style>
background-color css
<style>
a { background-color: #83839A; }
a { background-color: rgb(131,131,154); }
div.DivClassName
{
background-color: #83839A;
}
.BgClassName
{
background-color: #83839A;
}
</style>
border-color css
<style>
span { border-color: #83839A; }
span { border-color: rgb(131,131,154); }
td.TdClassName
{
border-color: #83839A;
}
.TagClassName
{
border-color: #83839A;
}
</style>