Shades of Bermuda Grey #728E9F
Tints of Bermuda Grey #728E9F
RGB
CMYK
RGB Variations
Color information
#728E9F (or 0x728E9F) is known color: Bermuda Grey. HEX triplet: 72, 8E and 9F. RGB value is (114,142,159). Sum of RGB (Red+Green+Blue) = 114+142+159=415 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.47% from 415); Green value is 142 (55.86% from 255 or 34.22% from 415); Blue value is 159 (62.5% from 255 or 38.31% from 415); Max value from RGB is 159 - color contains mainly: blue. Hex color #728E9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728E9F is #8D7160. Grayscale: #878787. Windows color (decimal): -9269601 or 10456690. OLE color: 10456690.
HSL color Cylindrical-coordinate representation of color #728E9F: hue angle of 202.67º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #728E9F is Cyan = 0.28, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 114 | 142 | 159 | - |
| CMYK | 0.28 | 0.11 | 0 | 0.38 |
| HSL | 202.67º | 0.19% | 0.54% | - |
| HSV(B) | 202.67º | 0.28% | 0.62% | - |
| XYZ | 22.87 | 25.43 | 36.5 | - |
| YUV | 135.57 | 141.22 | 112.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 142 | 159 | 0.28 | 0.11 | 0 | 0.38 | 202.67 | 0.19 | 0.54 |
| Hex | 72 | 8E | 9F | 1C | B | 0 | 26 | CB | 13 | 36 |
| Octal | 162 | 216 | 237 | 34 | 13 | 0 | 46 | 313 | 23 | 66 |
| Binary | 1110010 | 10001110 | 10011111 | 11100 | 1011 | 0 | 100110 | 11001011 | 10011 | 110110 |
Color Harmonies of #728E9F
Complementary color
Monochromatic Colors of #728E9F
Black with #728E9F
Text Example
Text Example
White with #728E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728E9F; }
p { color: rgb(114,142,159); }
H1.HeaderClassName
{
color: #728E9F;
}
.AnyTagClassName
{
color: #728E9F;
}
</style>
background-color css
<style>
a { background-color: #728E9F; }
a { background-color: rgb(114,142,159); }
div.DivClassName
{
background-color: #728E9F;
}
.BgClassName
{
background-color: #728E9F;
}
</style>
border-color css
<style>
span { border-color: #728E9F; }
span { border-color: rgb(114,142,159); }
td.TdClassName
{
border-color: #728E9F;
}
.TagClassName
{
border-color: #728E9F;
}
</style>