Shades of Bermuda Grey #738BA4
Tints of Bermuda Grey #738BA4
RGB
CMYK
RGB Variations
Color information
#738BA4 (or 0x738BA4) is known color: Bermuda Grey. HEX triplet: 73, 8B and A4. RGB value is (115,139,164). Sum of RGB (Red+Green+Blue) = 115+139+164=418 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.51% from 418); Green value is 139 (54.69% from 255 or 33.25% from 418); Blue value is 164 (64.45% from 255 or 39.23% from 418); Max value from RGB is 164 - color contains mainly: blue. Hex color #738BA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738BA4 is #8C745B. Grayscale: #868686. Windows color (decimal): -9204828 or 10783603. OLE color: 10783603.
HSL color Cylindrical-coordinate representation of color #738BA4: hue angle of 210.61º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #738BA4 is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 115 | 139 | 164 | - |
| CMYK | 0.30 | 0.15 | 0 | 0.36 |
| HSL | 210.61º | 0.21% | 0.55% | - |
| HSV(B) | 210.61º | 0.3% | 0.64% | - |
| XYZ | 23 | 24.79 | 38.69 | - |
| YUV | 134.67 | 144.55 | 113.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 139 | 164 | 0.30 | 0.15 | 0 | 0.36 | 210.61 | 0.21 | 0.55 |
| Hex | 73 | 8B | A4 | 1E | F | 0 | 24 | D3 | 15 | 37 |
| Octal | 163 | 213 | 244 | 36 | 17 | 0 | 44 | 323 | 25 | 67 |
| Binary | 1110011 | 10001011 | 10100100 | 11110 | 1111 | 0 | 100100 | 11010011 | 10101 | 110111 |
Color Harmonies of #738BA4
Complementary color
Monochromatic Colors of #738BA4
Black with #738BA4
Text Example
Text Example
White with #738BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738BA4; }
p { color: rgb(115,139,164); }
H1.HeaderClassName
{
color: #738BA4;
}
.AnyTagClassName
{
color: #738BA4;
}
</style>
background-color css
<style>
a { background-color: #738BA4; }
a { background-color: rgb(115,139,164); }
div.DivClassName
{
background-color: #738BA4;
}
.BgClassName
{
background-color: #738BA4;
}
</style>
border-color css
<style>
span { border-color: #738BA4; }
span { border-color: rgb(115,139,164); }
td.TdClassName
{
border-color: #738BA4;
}
.TagClassName
{
border-color: #738BA4;
}
</style>