Shades of Bermuda Grey #718DA2
Tints of Bermuda Grey #718DA2
RGB
CMYK
RGB Variations
Color information
#718DA2 (or 0x718DA2) is known color: Bermuda Grey. HEX triplet: 71, 8D and A2. RGB value is (113,141,162). Sum of RGB (Red+Green+Blue) = 113+141+162=416 (55% of max value = 765). Red value is 113 (44.53% from 255 or 27.16% from 416); Green value is 141 (55.47% from 255 or 33.89% from 416); Blue value is 162 (63.67% from 255 or 38.94% from 416); Max value from RGB is 162 - color contains mainly: blue. Hex color #718DA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718DA2 is #8E725D. Grayscale: #868686. Windows color (decimal): -9335390 or 10653041. OLE color: 10653041.
HSL color Cylindrical-coordinate representation of color #718DA2: hue angle of 205.71º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #718DA2 is Cyan = 0.30, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 113 | 141 | 162 | - |
| CMYK | 0.30 | 0.13 | 0 | 0.36 |
| HSL | 205.71º | 0.21% | 0.54% | - |
| HSV(B) | 205.71º | 0.3% | 0.64% | - |
| XYZ | 22.86 | 25.17 | 37.84 | - |
| YUV | 135.02 | 143.22 | 112.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 141 | 162 | 0.30 | 0.13 | 0 | 0.36 | 205.71 | 0.21 | 0.54 |
| Hex | 71 | 8D | A2 | 1E | D | 0 | 24 | CE | 15 | 36 |
| Octal | 161 | 215 | 242 | 36 | 15 | 0 | 44 | 316 | 25 | 66 |
| Binary | 1110001 | 10001101 | 10100010 | 11110 | 1101 | 0 | 100100 | 11001110 | 10101 | 110110 |
Color Harmonies of #718DA2
Complementary color
Monochromatic Colors of #718DA2
Black with #718DA2
Text Example
Text Example
White with #718DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718DA2; }
p { color: rgb(113,141,162); }
H1.HeaderClassName
{
color: #718DA2;
}
.AnyTagClassName
{
color: #718DA2;
}
</style>
background-color css
<style>
a { background-color: #718DA2; }
a { background-color: rgb(113,141,162); }
div.DivClassName
{
background-color: #718DA2;
}
.BgClassName
{
background-color: #718DA2;
}
</style>
border-color css
<style>
span { border-color: #718DA2; }
span { border-color: rgb(113,141,162); }
td.TdClassName
{
border-color: #718DA2;
}
.TagClassName
{
border-color: #718DA2;
}
</style>