Shades of Bermuda Grey #708E9F
Tints of Bermuda Grey #708E9F
RGB
CMYK
RGB Variations
Color information
#708E9F (or 0x708E9F) is known color: Bermuda Grey. HEX triplet: 70, 8E and 9F. RGB value is (112,142,159). Sum of RGB (Red+Green+Blue) = 112+142+159=413 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.12% from 413); Green value is 142 (55.86% from 255 or 34.38% from 413); Blue value is 159 (62.5% from 255 or 38.50% from 413); Max value from RGB is 159 - color contains mainly: blue. Hex color #708E9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708E9F is #8F7160. Grayscale: #868686. Windows color (decimal): -9400673 or 10456688. OLE color: 10456688.
HSL color Cylindrical-coordinate representation of color #708E9F: hue angle of 201.7º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #708E9F is Cyan = 0.30, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 112 | 142 | 159 | - |
| CMYK | 0.30 | 0.11 | 0 | 0.38 |
| HSL | 201.7º | 0.2% | 0.53% | - |
| HSV(B) | 201.7º | 0.3% | 0.62% | - |
| XYZ | 22.61 | 25.29 | 36.49 | - |
| YUV | 134.97 | 141.56 | 111.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 142 | 159 | 0.30 | 0.11 | 0 | 0.38 | 201.7 | 0.2 | 0.53 |
| Hex | 70 | 8E | 9F | 1E | B | 0 | 26 | CA | 14 | 35 |
| Octal | 160 | 216 | 237 | 36 | 13 | 0 | 46 | 312 | 24 | 65 |
| Binary | 1110000 | 10001110 | 10011111 | 11110 | 1011 | 0 | 100110 | 11001010 | 10100 | 110101 |
Color Harmonies of #708E9F
Complementary color
Monochromatic Colors of #708E9F
Black with #708E9F
Text Example
Text Example
White with #708E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708E9F; }
p { color: rgb(112,142,159); }
H1.HeaderClassName
{
color: #708E9F;
}
.AnyTagClassName
{
color: #708E9F;
}
</style>
background-color css
<style>
a { background-color: #708E9F; }
a { background-color: rgb(112,142,159); }
div.DivClassName
{
background-color: #708E9F;
}
.BgClassName
{
background-color: #708E9F;
}
</style>
border-color css
<style>
span { border-color: #708E9F; }
span { border-color: rgb(112,142,159); }
td.TdClassName
{
border-color: #708E9F;
}
.TagClassName
{
border-color: #708E9F;
}
</style>