Shades of Bermuda Grey #718E9F
Tints of Bermuda Grey #718E9F
RGB
CMYK
RGB Variations
Color information
#718E9F (or 0x718E9F) is known color: Bermuda Grey. HEX triplet: 71, 8E and 9F. RGB value is (113,142,159). Sum of RGB (Red+Green+Blue) = 113+142+159=414 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.29% from 414); Green value is 142 (55.86% from 255 or 34.30% from 414); Blue value is 159 (62.5% from 255 or 38.41% from 414); Max value from RGB is 159 - color contains mainly: blue. Hex color #718E9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718E9F is #8E7160. Grayscale: #878787. Windows color (decimal): -9335137 or 10456689. OLE color: 10456689.
HSL color Cylindrical-coordinate representation of color #718E9F: hue angle of 202.17º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #718E9F is Cyan = 0.29, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 113 | 142 | 159 | - |
| CMYK | 0.29 | 0.11 | 0 | 0.38 |
| HSL | 202.17º | 0.19% | 0.53% | - |
| HSV(B) | 202.17º | 0.29% | 0.62% | - |
| XYZ | 22.74 | 25.36 | 36.5 | - |
| YUV | 135.27 | 141.39 | 112.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 142 | 159 | 0.29 | 0.11 | 0 | 0.38 | 202.17 | 0.19 | 0.53 |
| Hex | 71 | 8E | 9F | 1D | B | 0 | 26 | CA | 13 | 35 |
| Octal | 161 | 216 | 237 | 35 | 13 | 0 | 46 | 312 | 23 | 65 |
| Binary | 1110001 | 10001110 | 10011111 | 11101 | 1011 | 0 | 100110 | 11001010 | 10011 | 110101 |
Color Harmonies of #718E9F
Complementary color
Monochromatic Colors of #718E9F
Black with #718E9F
Text Example
Text Example
White with #718E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718E9F; }
p { color: rgb(113,142,159); }
H1.HeaderClassName
{
color: #718E9F;
}
.AnyTagClassName
{
color: #718E9F;
}
</style>
background-color css
<style>
a { background-color: #718E9F; }
a { background-color: rgb(113,142,159); }
div.DivClassName
{
background-color: #718E9F;
}
.BgClassName
{
background-color: #718E9F;
}
</style>
border-color css
<style>
span { border-color: #718E9F; }
span { border-color: rgb(113,142,159); }
td.TdClassName
{
border-color: #718E9F;
}
.TagClassName
{
border-color: #718E9F;
}
</style>