Shades of Bali Hai #7EA0AE
Tints of Bali Hai #7EA0AE
RGB
CMYK
RGB Variations
Color information
#7EA0AE (or 0x7EA0AE) is known color: Bali Hai. HEX triplet: 7E, A0 and AE. RGB value is (126,160,174). Sum of RGB (Red+Green+Blue) = 126+160+174=460 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.39% from 460); Green value is 160 (62.89% from 255 or 34.78% from 460); Blue value is 174 (68.36% from 255 or 37.83% from 460); Max value from RGB is 174 - color contains mainly: blue. Hex color #7EA0AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EA0AE is #815F51. Grayscale: #979797. Windows color (decimal): -8478546 or 11444350. OLE color: 11444350.
HSL color Cylindrical-coordinate representation of color #7EA0AE: hue angle of 197.5º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7EA0AE is Cyan = 0.28, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 126 | 160 | 174 | - |
| CMYK | 0.28 | 0.08 | 0 | 0.32 |
| HSL | 197.5º | 0.23% | 0.59% | - |
| HSV(B) | 197.5º | 0.28% | 0.68% | - |
| XYZ | 28.81 | 32.63 | 44.82 | - |
| YUV | 151.43 | 140.74 | 109.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 160 | 174 | 0.28 | 0.08 | 0 | 0.32 | 197.5 | 0.23 | 0.59 |
| Hex | 7E | A0 | AE | 1C | 8 | 0 | 20 | C6 | 17 | 3B |
| Octal | 176 | 240 | 256 | 34 | 10 | 0 | 40 | 306 | 27 | 73 |
| Binary | 1111110 | 10100000 | 10101110 | 11100 | 1000 | 0 | 100000 | 11000110 | 10111 | 111011 |
Color Harmonies of #7EA0AE
Complementary color
Monochromatic Colors of #7EA0AE
Black with #7EA0AE
Text Example
Text Example
White with #7EA0AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EA0AE; }
p { color: rgb(126,160,174); }
H1.HeaderClassName
{
color: #7EA0AE;
}
.AnyTagClassName
{
color: #7EA0AE;
}
</style>
background-color css
<style>
a { background-color: #7EA0AE; }
a { background-color: rgb(126,160,174); }
div.DivClassName
{
background-color: #7EA0AE;
}
.BgClassName
{
background-color: #7EA0AE;
}
</style>
border-color css
<style>
span { border-color: #7EA0AE; }
span { border-color: rgb(126,160,174); }
td.TdClassName
{
border-color: #7EA0AE;
}
.TagClassName
{
border-color: #7EA0AE;
}
</style>