Shades of Bermuda Grey #738DA4
Tints of Bermuda Grey #738DA4
RGB
CMYK
RGB Variations
Color information
#738DA4 (or 0x738DA4) is known color: Bermuda Grey. HEX triplet: 73, 8D and A4. RGB value is (115,141,164). Sum of RGB (Red+Green+Blue) = 115+141+164=420 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.38% from 420); Green value is 141 (55.47% from 255 or 33.57% from 420); Blue value is 164 (64.45% from 255 or 39.05% from 420); Max value from RGB is 164 - color contains mainly: blue. Hex color #738DA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738DA4 is #8C725B. Grayscale: #878787. Windows color (decimal): -9204316 or 10784115. OLE color: 10784115.
HSL color Cylindrical-coordinate representation of color #738DA4: hue angle of 208.16º 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 #738DA4 is Cyan = 0.30, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 115 | 141 | 164 | - |
| CMYK | 0.30 | 0.14 | 0 | 0.36 |
| HSL | 208.16º | 0.21% | 0.55% | - |
| HSV(B) | 208.16º | 0.3% | 0.64% | - |
| XYZ | 23.3 | 25.37 | 38.79 | - |
| YUV | 135.85 | 143.89 | 113.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 141 | 164 | 0.30 | 0.14 | 0 | 0.36 | 208.16 | 0.21 | 0.55 |
| Hex | 73 | 8D | A4 | 1E | E | 0 | 24 | D0 | 15 | 37 |
| Octal | 163 | 215 | 244 | 36 | 16 | 0 | 44 | 320 | 25 | 67 |
| Binary | 1110011 | 10001101 | 10100100 | 11110 | 1110 | 0 | 100100 | 11010000 | 10101 | 110111 |
Color Harmonies of #738DA4
Complementary color
Monochromatic Colors of #738DA4
Black with #738DA4
Text Example
Text Example
White with #738DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738DA4; }
p { color: rgb(115,141,164); }
H1.HeaderClassName
{
color: #738DA4;
}
.AnyTagClassName
{
color: #738DA4;
}
</style>
background-color css
<style>
a { background-color: #738DA4; }
a { background-color: rgb(115,141,164); }
div.DivClassName
{
background-color: #738DA4;
}
.BgClassName
{
background-color: #738DA4;
}
</style>
border-color css
<style>
span { border-color: #738DA4; }
span { border-color: rgb(115,141,164); }
td.TdClassName
{
border-color: #738DA4;
}
.TagClassName
{
border-color: #738DA4;
}
</style>