Shades of Bermuda Grey #7493A4
Tints of Bermuda Grey #7493A4
RGB
CMYK
RGB Variations
Color information
#7493A4 (or 0x7493A4) is known color: Bermuda Grey. HEX triplet: 74, 93 and A4. RGB value is (116,147,164). Sum of RGB (Red+Green+Blue) = 116+147+164=427 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.17% from 427); Green value is 147 (57.81% from 255 or 34.43% from 427); Blue value is 164 (64.45% from 255 or 38.41% from 427); Max value from RGB is 164 - color contains mainly: blue. Hex color #7493A4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7493A4 is #8B6C5B. Grayscale: #8B8B8B. Windows color (decimal): -9137244 or 10785652. OLE color: 10785652.
HSL color Cylindrical-coordinate representation of color #7493A4: hue angle of 201.25º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7493A4 is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 116 | 147 | 164 | - |
| CMYK | 0.29 | 0.10 | 0 | 0.36 |
| HSL | 201.25º | 0.21% | 0.55% | - |
| HSV(B) | 201.25º | 0.29% | 0.64% | - |
| XYZ | 24.34 | 27.26 | 39.1 | - |
| YUV | 139.67 | 141.73 | 111.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 147 | 164 | 0.29 | 0.10 | 0 | 0.36 | 201.25 | 0.21 | 0.55 |
| Hex | 74 | 93 | A4 | 1D | A | 0 | 24 | C9 | 15 | 37 |
| Octal | 164 | 223 | 244 | 35 | 12 | 0 | 44 | 311 | 25 | 67 |
| Binary | 1110100 | 10010011 | 10100100 | 11101 | 1010 | 0 | 100100 | 11001001 | 10101 | 110111 |
Color Harmonies of #7493A4
Complementary color
Monochromatic Colors of #7493A4
Black with #7493A4
Text Example
Text Example
White with #7493A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7493A4; }
p { color: rgb(116,147,164); }
H1.HeaderClassName
{
color: #7493A4;
}
.AnyTagClassName
{
color: #7493A4;
}
</style>
background-color css
<style>
a { background-color: #7493A4; }
a { background-color: rgb(116,147,164); }
div.DivClassName
{
background-color: #7493A4;
}
.BgClassName
{
background-color: #7493A4;
}
</style>
border-color css
<style>
span { border-color: #7493A4; }
span { border-color: rgb(116,147,164); }
td.TdClassName
{
border-color: #7493A4;
}
.TagClassName
{
border-color: #7493A4;
}
</style>