Shades of Bermuda Grey #708BA9
Tints of Bermuda Grey #708BA9
RGB
CMYK
RGB Variations
Color information
#708BA9 (or 0x708BA9) is known color: Bermuda Grey. HEX triplet: 70, 8B and A9. RGB value is (112,139,169). Sum of RGB (Red+Green+Blue) = 112+139+169=420 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.67% from 420); Green value is 139 (54.69% from 255 or 33.10% from 420); Blue value is 169 (66.41% from 255 or 40.24% from 420); Max value from RGB is 169 - color contains mainly: blue. Hex color #708BA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708BA9 is #8F7456. Grayscale: #868686. Windows color (decimal): -9401431 or 11111280. OLE color: 11111280.
HSL color Cylindrical-coordinate representation of color #708BA9: hue angle of 211.58º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #708BA9 is Cyan = 0.34, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 112 | 139 | 169 | - |
| CMYK | 0.34 | 0.18 | 0 | 0.34 |
| HSL | 211.58º | 0.25% | 0.55% | - |
| HSV(B) | 211.58º | 0.34% | 0.66% | - |
| XYZ | 23.08 | 24.77 | 41.1 | - |
| YUV | 134.35 | 147.55 | 112.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 139 | 169 | 0.34 | 0.18 | 0 | 0.34 | 211.58 | 0.25 | 0.55 |
| Hex | 70 | 8B | A9 | 22 | 12 | 0 | 22 | D4 | 19 | 37 |
| Octal | 160 | 213 | 251 | 42 | 22 | 0 | 42 | 324 | 31 | 67 |
| Binary | 1110000 | 10001011 | 10101001 | 100010 | 10010 | 0 | 100010 | 11010100 | 11001 | 110111 |
Color Harmonies of #708BA9
Complementary color
Monochromatic Colors of #708BA9
Black with #708BA9
Text Example
Text Example
White with #708BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708BA9; }
p { color: rgb(112,139,169); }
H1.HeaderClassName
{
color: #708BA9;
}
.AnyTagClassName
{
color: #708BA9;
}
</style>
background-color css
<style>
a { background-color: #708BA9; }
a { background-color: rgb(112,139,169); }
div.DivClassName
{
background-color: #708BA9;
}
.BgClassName
{
background-color: #708BA9;
}
</style>
border-color css
<style>
span { border-color: #708BA9; }
span { border-color: rgb(112,139,169); }
td.TdClassName
{
border-color: #708BA9;
}
.TagClassName
{
border-color: #708BA9;
}
</style>