Shades of Bermuda Grey #738B9F
Tints of Bermuda Grey #738B9F
RGB
CMYK
RGB Variations
Color information
#738B9F (or 0x738B9F) is known color: Bermuda Grey. HEX triplet: 73, 8B and 9F. RGB value is (115,139,159). Sum of RGB (Red+Green+Blue) = 115+139+159=413 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.85% from 413); Green value is 139 (54.69% from 255 or 33.66% from 413); Blue value is 159 (62.5% from 255 or 38.50% from 413); Max value from RGB is 159 - color contains mainly: blue. Hex color #738B9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738B9F is #8C7460. Grayscale: #868686. Windows color (decimal): -9204833 or 10455923. OLE color: 10455923.
HSL color Cylindrical-coordinate representation of color #738B9F: hue angle of 207.27º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #738B9F is Cyan = 0.28, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 115 | 139 | 159 | - |
| CMYK | 0.28 | 0.13 | 0 | 0.38 |
| HSL | 207.27º | 0.19% | 0.54% | - |
| HSV(B) | 207.27º | 0.28% | 0.62% | - |
| XYZ | 22.56 | 24.61 | 36.36 | - |
| YUV | 134.1 | 142.05 | 114.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 139 | 159 | 0.28 | 0.13 | 0 | 0.38 | 207.27 | 0.19 | 0.54 |
| Hex | 73 | 8B | 9F | 1C | D | 0 | 26 | CF | 13 | 36 |
| Octal | 163 | 213 | 237 | 34 | 15 | 0 | 46 | 317 | 23 | 66 |
| Binary | 1110011 | 10001011 | 10011111 | 11100 | 1101 | 0 | 100110 | 11001111 | 10011 | 110110 |
Color Harmonies of #738B9F
Complementary color
Monochromatic Colors of #738B9F
Black with #738B9F
Text Example
Text Example
White with #738B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738B9F; }
p { color: rgb(115,139,159); }
H1.HeaderClassName
{
color: #738B9F;
}
.AnyTagClassName
{
color: #738B9F;
}
</style>
background-color css
<style>
a { background-color: #738B9F; }
a { background-color: rgb(115,139,159); }
div.DivClassName
{
background-color: #738B9F;
}
.BgClassName
{
background-color: #738B9F;
}
</style>
border-color css
<style>
span { border-color: #738B9F; }
span { border-color: rgb(115,139,159); }
td.TdClassName
{
border-color: #738B9F;
}
.TagClassName
{
border-color: #738B9F;
}
</style>