Shades of Bermuda Grey #7192B1
Tints of Bermuda Grey #7192B1
RGB
CMYK
RGB Variations
Color information
#7192B1 (or 0x7192B1) is known color: Bermuda Grey. HEX triplet: 71, 92 and B1. RGB value is (113,146,177). Sum of RGB (Red+Green+Blue) = 113+146+177=436 (57% of max value = 765). Red value is 113 (44.53% from 255 or 25.92% from 436); Green value is 146 (57.42% from 255 or 33.49% from 436); Blue value is 177 (69.53% from 255 or 40.60% from 436); Max value from RGB is 177 - color contains mainly: blue. Hex color #7192B1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7192B1 is #8E6D4E. Grayscale: #8B8B8B. Windows color (decimal): -9334095 or 11637361. OLE color: 11637361.
HSL color Cylindrical-coordinate representation of color #7192B1: hue angle of 209.06º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7192B1 is Cyan = 0.36, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 113 | 146 | 177 | - |
| CMYK | 0.36 | 0.18 | 0 | 0.31 |
| HSL | 209.06º | 0.29% | 0.57% | - |
| HSV(B) | 209.06º | 0.36% | 0.69% | - |
| XYZ | 25.02 | 27.24 | 45.53 | - |
| YUV | 139.67 | 149.07 | 108.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 146 | 177 | 0.36 | 0.18 | 0 | 0.31 | 209.06 | 0.29 | 0.57 |
| Hex | 71 | 92 | B1 | 24 | 12 | 0 | 1F | D1 | 1D | 39 |
| Octal | 161 | 222 | 261 | 44 | 22 | 0 | 37 | 321 | 35 | 71 |
| Binary | 1110001 | 10010010 | 10110001 | 100100 | 10010 | 0 | 11111 | 11010001 | 11101 | 111001 |
Color Harmonies of #7192B1
Complementary color
Monochromatic Colors of #7192B1
Black with #7192B1
Text Example
Text Example
White with #7192B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7192B1; }
p { color: rgb(113,146,177); }
H1.HeaderClassName
{
color: #7192B1;
}
.AnyTagClassName
{
color: #7192B1;
}
</style>
background-color css
<style>
a { background-color: #7192B1; }
a { background-color: rgb(113,146,177); }
div.DivClassName
{
background-color: #7192B1;
}
.BgClassName
{
background-color: #7192B1;
}
</style>
border-color css
<style>
span { border-color: #7192B1; }
span { border-color: rgb(113,146,177); }
td.TdClassName
{
border-color: #7192B1;
}
.TagClassName
{
border-color: #7192B1;
}
</style>