Shades of Bermuda Grey #718FAE
Tints of Bermuda Grey #718FAE
RGB
CMYK
RGB Variations
Color information
#718FAE (or 0x718FAE) is known color: Bermuda Grey. HEX triplet: 71, 8F and AE. RGB value is (113,143,174). Sum of RGB (Red+Green+Blue) = 113+143+174=430 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.28% from 430); Green value is 143 (56.25% from 255 or 33.26% from 430); Blue value is 174 (68.36% from 255 or 40.47% from 430); Max value from RGB is 174 - color contains mainly: blue. Hex color #718FAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718FAE is #8E7051. Grayscale: #898989. Windows color (decimal): -9334866 or 11439985. OLE color: 11439985.
HSL color Cylindrical-coordinate representation of color #718FAE: hue angle of 210.49º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #718FAE is Cyan = 0.35, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 113 | 143 | 174 | - |
| CMYK | 0.35 | 0.18 | 0 | 0.32 |
| HSL | 210.49º | 0.27% | 0.56% | - |
| HSV(B) | 210.49º | 0.35% | 0.68% | - |
| XYZ | 24.27 | 26.21 | 43.82 | - |
| YUV | 137.56 | 148.56 | 110.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 143 | 174 | 0.35 | 0.18 | 0 | 0.32 | 210.49 | 0.27 | 0.56 |
| Hex | 71 | 8F | AE | 23 | 12 | 0 | 20 | D2 | 1B | 38 |
| Octal | 161 | 217 | 256 | 43 | 22 | 0 | 40 | 322 | 33 | 70 |
| Binary | 1110001 | 10001111 | 10101110 | 100011 | 10010 | 0 | 100000 | 11010010 | 11011 | 111000 |
Color Harmonies of #718FAE
Complementary color
Monochromatic Colors of #718FAE
Black with #718FAE
Text Example
Text Example
White with #718FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718FAE; }
p { color: rgb(113,143,174); }
H1.HeaderClassName
{
color: #718FAE;
}
.AnyTagClassName
{
color: #718FAE;
}
</style>
background-color css
<style>
a { background-color: #718FAE; }
a { background-color: rgb(113,143,174); }
div.DivClassName
{
background-color: #718FAE;
}
.BgClassName
{
background-color: #718FAE;
}
</style>
border-color css
<style>
span { border-color: #718FAE; }
span { border-color: rgb(113,143,174); }
td.TdClassName
{
border-color: #718FAE;
}
.TagClassName
{
border-color: #718FAE;
}
</style>