Shades of Bermuda Grey #7590A9
Tints of Bermuda Grey #7590A9
RGB
CMYK
RGB Variations
Color information
#7590A9 (or 0x7590A9) is known color: Bermuda Grey. HEX triplet: 75, 90 and A9. RGB value is (117,144,169). Sum of RGB (Red+Green+Blue) = 117+144+169=430 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.21% from 430); Green value is 144 (56.64% from 255 or 33.49% from 430); Blue value is 169 (66.41% from 255 or 39.30% from 430); Max value from RGB is 169 - color contains mainly: blue. Hex color #7590A9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7590A9 is #8A6F56. Grayscale: #8A8A8A. Windows color (decimal): -9072471 or 11112565. OLE color: 11112565.
HSL color Cylindrical-coordinate representation of color #7590A9: hue angle of 208.85º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7590A9 is Cyan = 0.31, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 117 | 144 | 169 | - |
| CMYK | 0.31 | 0.15 | 0 | 0.34 |
| HSL | 208.85º | 0.23% | 0.56% | - |
| HSV(B) | 208.85º | 0.31% | 0.66% | - |
| XYZ | 24.47 | 26.59 | 41.38 | - |
| YUV | 138.78 | 145.05 | 112.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 144 | 169 | 0.31 | 0.15 | 0 | 0.34 | 208.85 | 0.23 | 0.56 |
| Hex | 75 | 90 | A9 | 1F | F | 0 | 22 | D1 | 17 | 38 |
| Octal | 165 | 220 | 251 | 37 | 17 | 0 | 42 | 321 | 27 | 70 |
| Binary | 1110101 | 10010000 | 10101001 | 11111 | 1111 | 0 | 100010 | 11010001 | 10111 | 111000 |
Color Harmonies of #7590A9
Complementary color
Monochromatic Colors of #7590A9
Black with #7590A9
Text Example
Text Example
White with #7590A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7590A9; }
p { color: rgb(117,144,169); }
H1.HeaderClassName
{
color: #7590A9;
}
.AnyTagClassName
{
color: #7590A9;
}
</style>
background-color css
<style>
a { background-color: #7590A9; }
a { background-color: rgb(117,144,169); }
div.DivClassName
{
background-color: #7590A9;
}
.BgClassName
{
background-color: #7590A9;
}
</style>
border-color css
<style>
span { border-color: #7590A9; }
span { border-color: rgb(117,144,169); }
td.TdClassName
{
border-color: #7590A9;
}
.TagClassName
{
border-color: #7590A9;
}
</style>