Shades of Bermuda Grey #7090AD
Tints of Bermuda Grey #7090AD
RGB
CMYK
RGB Variations
Color information
#7090AD (or 0x7090AD) is known color: Bermuda Grey. HEX triplet: 70, 90 and AD. RGB value is (112,144,173). Sum of RGB (Red+Green+Blue) = 112+144+173=429 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.11% from 429); Green value is 144 (56.64% from 255 or 33.57% from 429); Blue value is 173 (67.97% from 255 or 40.33% from 429); Max value from RGB is 173 - color contains mainly: blue. Hex color #7090AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7090AD is #8F6F52. Grayscale: #898989. Windows color (decimal): -9400147 or 11374704. OLE color: 11374704.
HSL color Cylindrical-coordinate representation of color #7090AD: hue angle of 208.52º 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 #7090AD is Cyan = 0.35, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 112 | 144 | 173 | - |
| CMYK | 0.35 | 0.17 | 0 | 0.32 |
| HSL | 208.52º | 0.27% | 0.56% | - |
| HSV(B) | 208.52º | 0.35% | 0.68% | - |
| XYZ | 24.2 | 26.41 | 43.36 | - |
| YUV | 137.74 | 147.9 | 109.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 144 | 173 | 0.35 | 0.17 | 0 | 0.32 | 208.52 | 0.27 | 0.56 |
| Hex | 70 | 90 | AD | 23 | 11 | 0 | 20 | D1 | 1B | 38 |
| Octal | 160 | 220 | 255 | 43 | 21 | 0 | 40 | 321 | 33 | 70 |
| Binary | 1110000 | 10010000 | 10101101 | 100011 | 10001 | 0 | 100000 | 11010001 | 11011 | 111000 |
Color Harmonies of #7090AD
Complementary color
Monochromatic Colors of #7090AD
Black with #7090AD
Text Example
Text Example
White with #7090AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7090AD; }
p { color: rgb(112,144,173); }
H1.HeaderClassName
{
color: #7090AD;
}
.AnyTagClassName
{
color: #7090AD;
}
</style>
background-color css
<style>
a { background-color: #7090AD; }
a { background-color: rgb(112,144,173); }
div.DivClassName
{
background-color: #7090AD;
}
.BgClassName
{
background-color: #7090AD;
}
</style>
border-color css
<style>
span { border-color: #7090AD; }
span { border-color: rgb(112,144,173); }
td.TdClassName
{
border-color: #7090AD;
}
.TagClassName
{
border-color: #7090AD;
}
</style>