Shades of Manatee #838494
Tints of Manatee #838494
RGB
CMYK
RGB Variations
Color information
#838494 (or 0x838494) is known color: Manatee. HEX triplet: 83, 84 and 94. RGB value is (131,132,148). Sum of RGB (Red+Green+Blue) = 131+132+148=411 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.87% from 411); Green value is 132 (51.95% from 255 or 32.12% from 411); Blue value is 148 (58.20% from 255 or 36.01% from 411); Max value from RGB is 148 - color contains mainly: blue. Hex color #838494 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838494 is #7C7B6B. Grayscale: #858585. Windows color (decimal): -8158060 or 9733251. OLE color: 9733251.
HSL color Cylindrical-coordinate representation of color #838494: hue angle of 236.47º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #838494 is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 131 | 132 | 148 | - |
| CMYK | 0.11 | 0.11 | 0 | 0.42 |
| HSL | 236.47º | 0.07% | 0.55% | - |
| HSV(B) | 236.47º | 0.11% | 0.58% | - |
| XYZ | 22.96 | 23.47 | 31.34 | - |
| YUV | 133.53 | 136.17 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 132 | 148 | 0.11 | 0.11 | 0 | 0.42 | 236.47 | 0.07 | 0.55 |
| Hex | 83 | 84 | 94 | B | B | 0 | 2A | EC | 7 | 37 |
| Octal | 203 | 204 | 224 | 13 | 13 | 0 | 52 | 354 | 7 | 67 |
| Binary | 10000011 | 10000100 | 10010100 | 1011 | 1011 | 0 | 101010 | 11101100 | 111 | 110111 |
Color Harmonies of #838494
Complementary color
Monochromatic Colors of #838494
Black with #838494
Text Example
Text Example
White with #838494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838494; }
p { color: rgb(131,132,148); }
H1.HeaderClassName
{
color: #838494;
}
.AnyTagClassName
{
color: #838494;
}
</style>
background-color css
<style>
a { background-color: #838494; }
a { background-color: rgb(131,132,148); }
div.DivClassName
{
background-color: #838494;
}
.BgClassName
{
background-color: #838494;
}
</style>
border-color css
<style>
span { border-color: #838494; }
span { border-color: rgb(131,132,148); }
td.TdClassName
{
border-color: #838494;
}
.TagClassName
{
border-color: #838494;
}
</style>