Shades of Bermuda Grey #7397AD
Tints of Bermuda Grey #7397AD
RGB
CMYK
RGB Variations
Color information
#7397AD (or 0x7397AD) is known color: Bermuda Grey. HEX triplet: 73, 97 and AD. RGB value is (115,151,173). Sum of RGB (Red+Green+Blue) = 115+151+173=439 (58% of max value = 765). Red value is 115 (45.31% from 255 or 26.20% from 439); Green value is 151 (59.38% from 255 or 34.40% from 439); Blue value is 173 (67.97% from 255 or 39.41% from 439); Max value from RGB is 173 - color contains mainly: blue. Hex color #7397AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7397AD is #8C6852. Grayscale: #8E8E8E. Windows color (decimal): -9201747 or 11376499. OLE color: 11376499.
HSL color Cylindrical-coordinate representation of color #7397AD: hue angle of 202.76º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7397AD is Cyan = 0.34, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 115 | 151 | 173 | - |
| CMYK | 0.34 | 0.13 | 0 | 0.32 |
| HSL | 202.76º | 0.26% | 0.56% | - |
| HSV(B) | 202.76º | 0.34% | 0.68% | - |
| XYZ | 25.68 | 28.8 | 43.74 | - |
| YUV | 142.74 | 145.07 | 108.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 151 | 173 | 0.34 | 0.13 | 0 | 0.32 | 202.76 | 0.26 | 0.56 |
| Hex | 73 | 97 | AD | 22 | D | 0 | 20 | CB | 1A | 38 |
| Octal | 163 | 227 | 255 | 42 | 15 | 0 | 40 | 313 | 32 | 70 |
| Binary | 1110011 | 10010111 | 10101101 | 100010 | 1101 | 0 | 100000 | 11001011 | 11010 | 111000 |
Color Harmonies of #7397AD
Complementary color
Monochromatic Colors of #7397AD
Black with #7397AD
Text Example
Text Example
White with #7397AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7397AD; }
p { color: rgb(115,151,173); }
H1.HeaderClassName
{
color: #7397AD;
}
.AnyTagClassName
{
color: #7397AD;
}
</style>
background-color css
<style>
a { background-color: #7397AD; }
a { background-color: rgb(115,151,173); }
div.DivClassName
{
background-color: #7397AD;
}
.BgClassName
{
background-color: #7397AD;
}
</style>
border-color css
<style>
span { border-color: #7397AD; }
span { border-color: rgb(115,151,173); }
td.TdClassName
{
border-color: #7397AD;
}
.TagClassName
{
border-color: #7397AD;
}
</style>