Shades of Bermuda Grey #809199
Tints of Bermuda Grey #809199
RGB
CMYK
RGB Variations
Color information
#809199 (or 0x809199) is known color: Bermuda Grey. HEX triplet: 80, 91 and 99. RGB value is (128,145,153). Sum of RGB (Red+Green+Blue) = 128+145+153=426 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.05% from 426); Green value is 145 (57.03% from 255 or 34.04% from 426); Blue value is 153 (60.16% from 255 or 35.92% from 426); Max value from RGB is 153 - color contains mainly: blue. Hex color #809199 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809199 is #7F6E66. Grayscale: #8C8C8C. Windows color (decimal): -8351335 or 10064256. OLE color: 10064256.
HSL color Cylindrical-coordinate representation of color #809199: hue angle of 199.2º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #809199 is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 128 | 145 | 153 | - |
| CMYK | 0.16 | 0.05 | 0 | 0.4 |
| HSL | 199.2º | 0.11% | 0.55% | - |
| HSV(B) | 199.2º | 0.16% | 0.6% | - |
| XYZ | 24.78 | 27.14 | 34.07 | - |
| YUV | 140.83 | 134.87 | 118.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 145 | 153 | 0.16 | 0.05 | 0 | 0.4 | 199.2 | 0.11 | 0.55 |
| Hex | 80 | 91 | 99 | 10 | 5 | 0 | 28 | C7 | B | 37 |
| Octal | 200 | 221 | 231 | 20 | 5 | 0 | 50 | 307 | 13 | 67 |
| Binary | 10000000 | 10010001 | 10011001 | 10000 | 101 | 0 | 101000 | 11000111 | 1011 | 110111 |
Color Harmonies of #809199
Complementary color
Monochromatic Colors of #809199
Black with #809199
Text Example
Text Example
White with #809199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #809199; }
p { color: rgb(128,145,153); }
H1.HeaderClassName
{
color: #809199;
}
.AnyTagClassName
{
color: #809199;
}
</style>
background-color css
<style>
a { background-color: #809199; }
a { background-color: rgb(128,145,153); }
div.DivClassName
{
background-color: #809199;
}
.BgClassName
{
background-color: #809199;
}
</style>
border-color css
<style>
span { border-color: #809199; }
span { border-color: rgb(128,145,153); }
td.TdClassName
{
border-color: #809199;
}
.TagClassName
{
border-color: #809199;
}
</style>