Shades of Bermuda Grey #738FAA
Tints of Bermuda Grey #738FAA
RGB
CMYK
RGB Variations
Color information
#738FAA (or 0x738FAA) is known color: Bermuda Grey. HEX triplet: 73, 8F and AA. RGB value is (115,143,170). Sum of RGB (Red+Green+Blue) = 115+143+170=428 (56% of max value = 765). Red value is 115 (45.31% from 255 or 26.87% from 428); Green value is 143 (56.25% from 255 or 33.41% from 428); Blue value is 170 (66.80% from 255 or 39.72% from 428); Max value from RGB is 170 - color contains mainly: blue. Hex color #738FAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738FAA is #8C7055. Grayscale: #898989. Windows color (decimal): -9203798 or 11177843. OLE color: 11177843.
HSL color Cylindrical-coordinate representation of color #738FAA: hue angle of 209.45º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #738FAA is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 115 | 143 | 170 | - |
| CMYK | 0.32 | 0.16 | 0 | 0.33 |
| HSL | 209.45º | 0.24% | 0.56% | - |
| HSV(B) | 209.45º | 0.32% | 0.67% | - |
| XYZ | 24.15 | 26.19 | 41.81 | - |
| YUV | 137.71 | 146.22 | 111.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 143 | 170 | 0.32 | 0.16 | 0 | 0.33 | 209.45 | 0.24 | 0.56 |
| Hex | 73 | 8F | AA | 20 | 10 | 0 | 21 | D1 | 18 | 38 |
| Octal | 163 | 217 | 252 | 40 | 20 | 0 | 41 | 321 | 30 | 70 |
| Binary | 1110011 | 10001111 | 10101010 | 100000 | 10000 | 0 | 100001 | 11010001 | 11000 | 111000 |
Color Harmonies of #738FAA
Complementary color
Monochromatic Colors of #738FAA
Black with #738FAA
Text Example
Text Example
White with #738FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738FAA; }
p { color: rgb(115,143,170); }
H1.HeaderClassName
{
color: #738FAA;
}
.AnyTagClassName
{
color: #738FAA;
}
</style>
background-color css
<style>
a { background-color: #738FAA; }
a { background-color: rgb(115,143,170); }
div.DivClassName
{
background-color: #738FAA;
}
.BgClassName
{
background-color: #738FAA;
}
</style>
border-color css
<style>
span { border-color: #738FAA; }
span { border-color: rgb(115,143,170); }
td.TdClassName
{
border-color: #738FAA;
}
.TagClassName
{
border-color: #738FAA;
}
</style>