Shades of Bermuda Grey #7195AB
Tints of Bermuda Grey #7195AB
RGB
CMYK
RGB Variations
Color information
#7195AB (or 0x7195AB) is known color: Bermuda Grey. HEX triplet: 71, 95 and AB. RGB value is (113,149,171). Sum of RGB (Red+Green+Blue) = 113+149+171=433 (57% of max value = 765). Red value is 113 (44.53% from 255 or 26.10% from 433); Green value is 149 (58.59% from 255 or 34.41% from 433); Blue value is 171 (67.19% from 255 or 39.49% from 433); Max value from RGB is 171 - color contains mainly: blue. Hex color #7195AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7195AB is #8E6A54. Grayscale: #8C8C8C. Windows color (decimal): -9333333 or 11244913. OLE color: 11244913.
HSL color Cylindrical-coordinate representation of color #7195AB: hue angle of 202.76º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7195AB is Cyan = 0.34, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 113 | 149 | 171 | - |
| CMYK | 0.34 | 0.13 | 0 | 0.33 |
| HSL | 202.76º | 0.26% | 0.56% | - |
| HSV(B) | 202.76º | 0.34% | 0.67% | - |
| XYZ | 24.91 | 27.95 | 42.61 | - |
| YUV | 140.74 | 145.07 | 108.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 149 | 171 | 0.34 | 0.13 | 0 | 0.33 | 202.76 | 0.26 | 0.56 |
| Hex | 71 | 95 | AB | 22 | D | 0 | 21 | CB | 1A | 38 |
| Octal | 161 | 225 | 253 | 42 | 15 | 0 | 41 | 313 | 32 | 70 |
| Binary | 1110001 | 10010101 | 10101011 | 100010 | 1101 | 0 | 100001 | 11001011 | 11010 | 111000 |
Color Harmonies of #7195AB
Complementary color
Monochromatic Colors of #7195AB
Black with #7195AB
Text Example
Text Example
White with #7195AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7195AB; }
p { color: rgb(113,149,171); }
H1.HeaderClassName
{
color: #7195AB;
}
.AnyTagClassName
{
color: #7195AB;
}
</style>
background-color css
<style>
a { background-color: #7195AB; }
a { background-color: rgb(113,149,171); }
div.DivClassName
{
background-color: #7195AB;
}
.BgClassName
{
background-color: #7195AB;
}
</style>
border-color css
<style>
span { border-color: #7195AB; }
span { border-color: rgb(113,149,171); }
td.TdClassName
{
border-color: #7195AB;
}
.TagClassName
{
border-color: #7195AB;
}
</style>