Shades of Bermuda Grey #7295B0
Tints of Bermuda Grey #7295B0
RGB
CMYK
RGB Variations
Color information
#7295B0 (or 0x7295B0) is known color: Bermuda Grey. HEX triplet: 72, 95 and B0. RGB value is (114,149,176). Sum of RGB (Red+Green+Blue) = 114+149+176=439 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.97% from 439); Green value is 149 (58.59% from 255 or 33.94% from 439); Blue value is 176 (69.14% from 255 or 40.09% from 439); Max value from RGB is 176 - color contains mainly: blue. Hex color #7295B0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7295B0 is #8D6A4F. Grayscale: #8D8D8D. Windows color (decimal): -9267792 or 11572594. OLE color: 11572594.
HSL color Cylindrical-coordinate representation of color #7295B0: hue angle of 206.13º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7295B0 is Cyan = 0.35, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 114 | 149 | 176 | - |
| CMYK | 0.35 | 0.15 | 0 | 0.31 |
| HSL | 206.13º | 0.28% | 0.57% | - |
| HSV(B) | 206.13º | 0.35% | 0.69% | - |
| XYZ | 25.52 | 28.21 | 45.17 | - |
| YUV | 141.61 | 147.4 | 108.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 149 | 176 | 0.35 | 0.15 | 0 | 0.31 | 206.13 | 0.28 | 0.57 |
| Hex | 72 | 95 | B0 | 23 | F | 0 | 1F | CE | 1C | 39 |
| Octal | 162 | 225 | 260 | 43 | 17 | 0 | 37 | 316 | 34 | 71 |
| Binary | 1110010 | 10010101 | 10110000 | 100011 | 1111 | 0 | 11111 | 11001110 | 11100 | 111001 |
Color Harmonies of #7295B0
Complementary color
Monochromatic Colors of #7295B0
Black with #7295B0
Text Example
Text Example
White with #7295B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7295B0; }
p { color: rgb(114,149,176); }
H1.HeaderClassName
{
color: #7295B0;
}
.AnyTagClassName
{
color: #7295B0;
}
</style>
background-color css
<style>
a { background-color: #7295B0; }
a { background-color: rgb(114,149,176); }
div.DivClassName
{
background-color: #7295B0;
}
.BgClassName
{
background-color: #7295B0;
}
</style>
border-color css
<style>
span { border-color: #7295B0; }
span { border-color: rgb(114,149,176); }
td.TdClassName
{
border-color: #7295B0;
}
.TagClassName
{
border-color: #7295B0;
}
</style>