Shades of Manatee #838A9F
Tints of Manatee #838A9F
RGB
CMYK
RGB Variations
Color information
#838A9F (or 0x838A9F) is known color: Manatee. HEX triplet: 83, 8A and 9F. RGB value is (131,138,159). Sum of RGB (Red+Green+Blue) = 131+138+159=428 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.61% from 428); Green value is 138 (54.30% from 255 or 32.24% from 428); Blue value is 159 (62.5% from 255 or 37.15% from 428); Max value from RGB is 159 - color contains mainly: blue. Hex color #838A9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838A9F is #7C7560. Grayscale: #8A8A8A. Windows color (decimal): -8156513 or 10455683. OLE color: 10455683.
HSL color Cylindrical-coordinate representation of color #838A9F: hue angle of 225º degrees, saturation: 0.13, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #838A9F is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 131 | 138 | 159 | - |
| CMYK | 0.18 | 0.13 | 0 | 0.38 |
| HSL | 225º | 0.13% | 0.57% | - |
| HSV(B) | 225º | 0.18% | 0.62% | - |
| XYZ | 24.71 | 25.51 | 36.42 | - |
| YUV | 138.3 | 139.68 | 122.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 138 | 159 | 0.18 | 0.13 | 0 | 0.38 | 225 | 0.13 | 0.57 |
| Hex | 83 | 8A | 9F | 12 | D | 0 | 26 | E1 | D | 39 |
| Octal | 203 | 212 | 237 | 22 | 15 | 0 | 46 | 341 | 15 | 71 |
| Binary | 10000011 | 10001010 | 10011111 | 10010 | 1101 | 0 | 100110 | 11100001 | 1101 | 111001 |
Color Harmonies of #838A9F
Complementary color
Monochromatic Colors of #838A9F
Black with #838A9F
Text Example
Text Example
White with #838A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838A9F; }
p { color: rgb(131,138,159); }
H1.HeaderClassName
{
color: #838A9F;
}
.AnyTagClassName
{
color: #838A9F;
}
</style>
background-color css
<style>
a { background-color: #838A9F; }
a { background-color: rgb(131,138,159); }
div.DivClassName
{
background-color: #838A9F;
}
.BgClassName
{
background-color: #838A9F;
}
</style>
border-color css
<style>
span { border-color: #838A9F; }
span { border-color: rgb(131,138,159); }
td.TdClassName
{
border-color: #838A9F;
}
.TagClassName
{
border-color: #838A9F;
}
</style>