Shades of Bermuda Grey #718FAB
Tints of Bermuda Grey #718FAB
RGB
CMYK
RGB Variations
Color information
#718FAB (or 0x718FAB) is known color: Bermuda Grey. HEX triplet: 71, 8F and AB. RGB value is (113,143,171). Sum of RGB (Red+Green+Blue) = 113+143+171=427 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.46% from 427); Green value is 143 (56.25% from 255 or 33.49% from 427); Blue value is 171 (67.19% from 255 or 40.05% from 427); Max value from RGB is 171 - color contains mainly: blue. Hex color #718FAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718FAB is #8E7054. Grayscale: #898989. Windows color (decimal): -9334869 or 11243377. OLE color: 11243377.
HSL color Cylindrical-coordinate representation of color #718FAB: hue angle of 208.97º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #718FAB is Cyan = 0.34, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 113 | 143 | 171 | - |
| CMYK | 0.34 | 0.16 | 0 | 0.33 |
| HSL | 208.97º | 0.26% | 0.56% | - |
| HSV(B) | 208.97º | 0.34% | 0.67% | - |
| XYZ | 23.98 | 26.1 | 42.3 | - |
| YUV | 137.22 | 147.06 | 110.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 143 | 171 | 0.34 | 0.16 | 0 | 0.33 | 208.97 | 0.26 | 0.56 |
| Hex | 71 | 8F | AB | 22 | 10 | 0 | 21 | D1 | 1A | 38 |
| Octal | 161 | 217 | 253 | 42 | 20 | 0 | 41 | 321 | 32 | 70 |
| Binary | 1110001 | 10001111 | 10101011 | 100010 | 10000 | 0 | 100001 | 11010001 | 11010 | 111000 |
Color Harmonies of #718FAB
Complementary color
Monochromatic Colors of #718FAB
Black with #718FAB
Text Example
Text Example
White with #718FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718FAB; }
p { color: rgb(113,143,171); }
H1.HeaderClassName
{
color: #718FAB;
}
.AnyTagClassName
{
color: #718FAB;
}
</style>
background-color css
<style>
a { background-color: #718FAB; }
a { background-color: rgb(113,143,171); }
div.DivClassName
{
background-color: #718FAB;
}
.BgClassName
{
background-color: #718FAB;
}
</style>
border-color css
<style>
span { border-color: #718FAB; }
span { border-color: rgb(113,143,171); }
td.TdClassName
{
border-color: #718FAB;
}
.TagClassName
{
border-color: #718FAB;
}
</style>