Shades of Bermuda Grey #708CA9
Tints of Bermuda Grey #708CA9
RGB
CMYK
RGB Variations
Color information
#708CA9 (or 0x708CA9) is known color: Bermuda Grey. HEX triplet: 70, 8C and A9. RGB value is (112,140,169). Sum of RGB (Red+Green+Blue) = 112+140+169=421 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.60% from 421); Green value is 140 (55.08% from 255 or 33.25% 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 #708CA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708CA9 is #8F7356. Grayscale: #868686. Windows color (decimal): -9401175 or 11111536. OLE color: 11111536.
HSL color Cylindrical-coordinate representation of color #708CA9: hue angle of 210.53º 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 #708CA9 is Cyan = 0.34, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 112 | 140 | 169 | - |
| CMYK | 0.34 | 0.17 | 0 | 0.34 |
| HSL | 210.53º | 0.25% | 0.55% | - |
| HSV(B) | 210.53º | 0.34% | 0.66% | - |
| XYZ | 23.22 | 25.07 | 41.15 | - |
| YUV | 134.93 | 147.22 | 111.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 140 | 169 | 0.34 | 0.17 | 0 | 0.34 | 210.53 | 0.25 | 0.55 |
| Hex | 70 | 8C | A9 | 22 | 11 | 0 | 22 | D3 | 19 | 37 |
| Octal | 160 | 214 | 251 | 42 | 21 | 0 | 42 | 323 | 31 | 67 |
| Binary | 1110000 | 10001100 | 10101001 | 100010 | 10001 | 0 | 100010 | 11010011 | 11001 | 110111 |
Color Harmonies of #708CA9
Complementary color
Monochromatic Colors of #708CA9
Black with #708CA9
Text Example
Text Example
White with #708CA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708CA9; }
p { color: rgb(112,140,169); }
H1.HeaderClassName
{
color: #708CA9;
}
.AnyTagClassName
{
color: #708CA9;
}
</style>
background-color css
<style>
a { background-color: #708CA9; }
a { background-color: rgb(112,140,169); }
div.DivClassName
{
background-color: #708CA9;
}
.BgClassName
{
background-color: #708CA9;
}
</style>
border-color css
<style>
span { border-color: #708CA9; }
span { border-color: rgb(112,140,169); }
td.TdClassName
{
border-color: #708CA9;
}
.TagClassName
{
border-color: #708CA9;
}
</style>