Shades of Manatee #838693
Tints of Manatee #838693
RGB
CMYK
RGB Variations
Color information
#838693 (or 0x838693) is known color: Manatee. HEX triplet: 83, 86 and 93. RGB value is (131,134,147). Sum of RGB (Red+Green+Blue) = 131+134+147=412 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.80% from 412); Green value is 134 (52.73% from 255 or 32.52% from 412); Blue value is 147 (57.81% from 255 or 35.68% from 412); Max value from RGB is 147 - color contains mainly: blue. Hex color #838693 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838693 is #7C796C. Grayscale: #868686. Windows color (decimal): -8157549 or 9668227. OLE color: 9668227.
HSL color Cylindrical-coordinate representation of color #838693: hue angle of 228.75º 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 #838693 is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 131 | 134 | 147 | - |
| CMYK | 0.11 | 0.09 | 0 | 0.42 |
| HSL | 228.75º | 0.07% | 0.55% | - |
| HSV(B) | 228.75º | 0.11% | 0.58% | - |
| XYZ | 23.15 | 23.98 | 31.01 | - |
| YUV | 134.59 | 135.01 | 125.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 134 | 147 | 0.11 | 0.09 | 0 | 0.42 | 228.75 | 0.07 | 0.55 |
| Hex | 83 | 86 | 93 | B | 9 | 0 | 2A | E5 | 7 | 37 |
| Octal | 203 | 206 | 223 | 13 | 11 | 0 | 52 | 345 | 7 | 67 |
| Binary | 10000011 | 10000110 | 10010011 | 1011 | 1001 | 0 | 101010 | 11100101 | 111 | 110111 |
Color Harmonies of #838693
Complementary color
Monochromatic Colors of #838693
Black with #838693
Text Example
Text Example
White with #838693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838693; }
p { color: rgb(131,134,147); }
H1.HeaderClassName
{
color: #838693;
}
.AnyTagClassName
{
color: #838693;
}
</style>
background-color css
<style>
a { background-color: #838693; }
a { background-color: rgb(131,134,147); }
div.DivClassName
{
background-color: #838693;
}
.BgClassName
{
background-color: #838693;
}
</style>
border-color css
<style>
span { border-color: #838693; }
span { border-color: rgb(131,134,147); }
td.TdClassName
{
border-color: #838693;
}
.TagClassName
{
border-color: #838693;
}
</style>