Shades of Manatee #83849C
Tints of Manatee #83849C
RGB
CMYK
RGB Variations
Color information
#83849C (or 0x83849C) is known color: Manatee. HEX triplet: 83, 84 and 9C. RGB value is (131,132,156). Sum of RGB (Red+Green+Blue) = 131+132+156=419 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.26% from 419); Green value is 132 (51.95% from 255 or 31.50% from 419); Blue value is 156 (61.33% from 255 or 37.23% from 419); Max value from RGB is 156 - color contains mainly: blue. Hex color #83849C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83849C is #7C7B63. Grayscale: #868686. Windows color (decimal): -8158052 or 10257539. OLE color: 10257539.
HSL color Cylindrical-coordinate representation of color #83849C: hue angle of 237.6º degrees, saturation: 0.11, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #83849C is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 131 | 132 | 156 | - |
| CMYK | 0.16 | 0.15 | 0 | 0.39 |
| HSL | 237.6º | 0.11% | 0.56% | - |
| HSV(B) | 237.6º | 0.16% | 0.61% | - |
| XYZ | 23.61 | 23.73 | 34.79 | - |
| YUV | 134.44 | 140.17 | 125.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 132 | 156 | 0.16 | 0.15 | 0 | 0.39 | 237.6 | 0.11 | 0.56 |
| Hex | 83 | 84 | 9C | 10 | F | 0 | 27 | EE | B | 38 |
| Octal | 203 | 204 | 234 | 20 | 17 | 0 | 47 | 356 | 13 | 70 |
| Binary | 10000011 | 10000100 | 10011100 | 10000 | 1111 | 0 | 100111 | 11101110 | 1011 | 111000 |
Color Harmonies of #83849C
Complementary color
Monochromatic Colors of #83849C
Black with #83849C
Text Example
Text Example
White with #83849C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83849C; }
p { color: rgb(131,132,156); }
H1.HeaderClassName
{
color: #83849C;
}
.AnyTagClassName
{
color: #83849C;
}
</style>
background-color css
<style>
a { background-color: #83849C; }
a { background-color: rgb(131,132,156); }
div.DivClassName
{
background-color: #83849C;
}
.BgClassName
{
background-color: #83849C;
}
</style>
border-color css
<style>
span { border-color: #83849C; }
span { border-color: rgb(131,132,156); }
td.TdClassName
{
border-color: #83849C;
}
.TagClassName
{
border-color: #83849C;
}
</style>