Shades of Bermuda Grey #738FAC
Tints of Bermuda Grey #738FAC
RGB
CMYK
RGB Variations
Color information
#738FAC (or 0x738FAC) is known color: Bermuda Grey. HEX triplet: 73, 8F and AC. RGB value is (115,143,172). Sum of RGB (Red+Green+Blue) = 115+143+172=430 (56% of max value = 765). Red value is 115 (45.31% from 255 or 26.74% from 430); Green value is 143 (56.25% from 255 or 33.26% from 430); Blue value is 172 (67.58% from 255 or 40% from 430); Max value from RGB is 172 - color contains mainly: blue. Hex color #738FAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738FAC is #8C7053. Grayscale: #898989. Windows color (decimal): -9203796 or 11308915. OLE color: 11308915.
HSL color Cylindrical-coordinate representation of color #738FAC: hue angle of 210.53º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #738FAC is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 115 | 143 | 172 | - |
| CMYK | 0.33 | 0.17 | 0 | 0.33 |
| HSL | 210.53º | 0.26% | 0.56% | - |
| HSV(B) | 210.53º | 0.33% | 0.67% | - |
| XYZ | 24.34 | 26.27 | 42.82 | - |
| YUV | 137.93 | 147.22 | 111.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 143 | 172 | 0.33 | 0.17 | 0 | 0.33 | 210.53 | 0.26 | 0.56 |
| Hex | 73 | 8F | AC | 21 | 11 | 0 | 21 | D3 | 1A | 38 |
| Octal | 163 | 217 | 254 | 41 | 21 | 0 | 41 | 323 | 32 | 70 |
| Binary | 1110011 | 10001111 | 10101100 | 100001 | 10001 | 0 | 100001 | 11010011 | 11010 | 111000 |
Color Harmonies of #738FAC
Complementary color
Monochromatic Colors of #738FAC
Black with #738FAC
Text Example
Text Example
White with #738FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738FAC; }
p { color: rgb(115,143,172); }
H1.HeaderClassName
{
color: #738FAC;
}
.AnyTagClassName
{
color: #738FAC;
}
</style>
background-color css
<style>
a { background-color: #738FAC; }
a { background-color: rgb(115,143,172); }
div.DivClassName
{
background-color: #738FAC;
}
.BgClassName
{
background-color: #738FAC;
}
</style>
border-color css
<style>
span { border-color: #738FAC; }
span { border-color: rgb(115,143,172); }
td.TdClassName
{
border-color: #738FAC;
}
.TagClassName
{
border-color: #738FAC;
}
</style>