Shades of Bermuda Grey #7098AD
Tints of Bermuda Grey #7098AD
RGB
CMYK
RGB Variations
Color information
#7098AD (or 0x7098AD) is known color: Bermuda Grey. HEX triplet: 70, 98 and AD. RGB value is (112,152,173). Sum of RGB (Red+Green+Blue) = 112+152+173=437 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.63% from 437); Green value is 152 (59.77% from 255 or 34.78% from 437); Blue value is 173 (67.97% from 255 or 39.59% from 437); Max value from RGB is 173 - color contains mainly: blue. Hex color #7098AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7098AD is #8F6752. Grayscale: #8E8E8E. Windows color (decimal): -9398099 or 11376752. OLE color: 11376752.
HSL color Cylindrical-coordinate representation of color #7098AD: hue angle of 200.66º 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 #7098AD is Cyan = 0.35, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 112 | 152 | 173 | - |
| CMYK | 0.35 | 0.12 | 0 | 0.32 |
| HSL | 200.66º | 0.27% | 0.56% | - |
| HSV(B) | 200.66º | 0.35% | 0.68% | - |
| XYZ | 25.45 | 28.92 | 43.78 | - |
| YUV | 142.43 | 145.25 | 106.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 152 | 173 | 0.35 | 0.12 | 0 | 0.32 | 200.66 | 0.27 | 0.56 |
| Hex | 70 | 98 | AD | 23 | C | 0 | 20 | C9 | 1B | 38 |
| Octal | 160 | 230 | 255 | 43 | 14 | 0 | 40 | 311 | 33 | 70 |
| Binary | 1110000 | 10011000 | 10101101 | 100011 | 1100 | 0 | 100000 | 11001001 | 11011 | 111000 |
Color Harmonies of #7098AD
Complementary color
Monochromatic Colors of #7098AD
Black with #7098AD
Text Example
Text Example
White with #7098AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7098AD; }
p { color: rgb(112,152,173); }
H1.HeaderClassName
{
color: #7098AD;
}
.AnyTagClassName
{
color: #7098AD;
}
</style>
background-color css
<style>
a { background-color: #7098AD; }
a { background-color: rgb(112,152,173); }
div.DivClassName
{
background-color: #7098AD;
}
.BgClassName
{
background-color: #7098AD;
}
</style>
border-color css
<style>
span { border-color: #7098AD; }
span { border-color: rgb(112,152,173); }
td.TdClassName
{
border-color: #7098AD;
}
.TagClassName
{
border-color: #7098AD;
}
</style>