Shades of Bermuda Grey #718BA9
Tints of Bermuda Grey #718BA9
RGB
CMYK
RGB Variations
Color information
#718BA9 (or 0x718BA9) is known color: Bermuda Grey. HEX triplet: 71, 8B and A9. RGB value is (113,139,169). Sum of RGB (Red+Green+Blue) = 113+139+169=421 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.84% from 421); Green value is 139 (54.69% from 255 or 33.02% from 421); Blue value is 169 (66.41% from 255 or 40.14% from 421); Max value from RGB is 169 - color contains mainly: blue. Hex color #718BA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718BA9 is #8E7456. Grayscale: #868686. Windows color (decimal): -9335895 or 11111281. OLE color: 11111281.
HSL color Cylindrical-coordinate representation of color #718BA9: hue angle of 212.14º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #718BA9 is Cyan = 0.33, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 113 | 139 | 169 | - |
| CMYK | 0.33 | 0.18 | 0 | 0.34 |
| HSL | 212.14º | 0.25% | 0.55% | - |
| HSV(B) | 212.14º | 0.33% | 0.66% | - |
| XYZ | 23.2 | 24.84 | 41.11 | - |
| YUV | 134.65 | 147.39 | 112.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 139 | 169 | 0.33 | 0.18 | 0 | 0.34 | 212.14 | 0.25 | 0.55 |
| Hex | 71 | 8B | A9 | 21 | 12 | 0 | 22 | D4 | 19 | 37 |
| Octal | 161 | 213 | 251 | 41 | 22 | 0 | 42 | 324 | 31 | 67 |
| Binary | 1110001 | 10001011 | 10101001 | 100001 | 10010 | 0 | 100010 | 11010100 | 11001 | 110111 |
Color Harmonies of #718BA9
Complementary color
Monochromatic Colors of #718BA9
Black with #718BA9
Text Example
Text Example
White with #718BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718BA9; }
p { color: rgb(113,139,169); }
H1.HeaderClassName
{
color: #718BA9;
}
.AnyTagClassName
{
color: #718BA9;
}
</style>
background-color css
<style>
a { background-color: #718BA9; }
a { background-color: rgb(113,139,169); }
div.DivClassName
{
background-color: #718BA9;
}
.BgClassName
{
background-color: #718BA9;
}
</style>
border-color css
<style>
span { border-color: #718BA9; }
span { border-color: rgb(113,139,169); }
td.TdClassName
{
border-color: #718BA9;
}
.TagClassName
{
border-color: #718BA9;
}
</style>