Shades of Bermuda Grey #738B98
Tints of Bermuda Grey #738B98
RGB
CMYK
RGB Variations
Color information
#738B98 (or 0x738B98) is known color: Bermuda Grey. HEX triplet: 73, 8B and 98. RGB value is (115,139,152). Sum of RGB (Red+Green+Blue) = 115+139+152=406 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.33% from 406); Green value is 139 (54.69% from 255 or 34.24% from 406); Blue value is 152 (59.77% from 255 or 37.44% from 406); Max value from RGB is 152 - color contains mainly: blue. Hex color #738B98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738B98 is #8C7467. Grayscale: #858585. Windows color (decimal): -9204840 or 9997171. OLE color: 9997171.
HSL color Cylindrical-coordinate representation of color #738B98: hue angle of 201.08º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #738B98 is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 115 | 139 | 152 | - |
| CMYK | 0.24 | 0.09 | 0 | 0.40 |
| HSL | 201.08º | 0.15% | 0.52% | - |
| HSV(B) | 201.08º | 0.24% | 0.6% | - |
| XYZ | 21.97 | 24.38 | 33.25 | - |
| YUV | 133.31 | 138.55 | 114.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 139 | 152 | 0.24 | 0.09 | 0 | 0.40 | 201.08 | 0.15 | 0.52 |
| Hex | 73 | 8B | 98 | 18 | 9 | 0 | 28 | C9 | F | 34 |
| Octal | 163 | 213 | 230 | 30 | 11 | 0 | 50 | 311 | 17 | 64 |
| Binary | 1110011 | 10001011 | 10011000 | 11000 | 1001 | 0 | 101000 | 11001001 | 1111 | 110100 |
Color Harmonies of #738B98
Complementary color
Monochromatic Colors of #738B98
Black with #738B98
Text Example
Text Example
White with #738B98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738B98; }
p { color: rgb(115,139,152); }
H1.HeaderClassName
{
color: #738B98;
}
.AnyTagClassName
{
color: #738B98;
}
</style>
background-color css
<style>
a { background-color: #738B98; }
a { background-color: rgb(115,139,152); }
div.DivClassName
{
background-color: #738B98;
}
.BgClassName
{
background-color: #738B98;
}
</style>
border-color css
<style>
span { border-color: #738B98; }
span { border-color: rgb(115,139,152); }
td.TdClassName
{
border-color: #738B98;
}
.TagClassName
{
border-color: #738B98;
}
</style>