Shades of Bali Hai #7E93AA
Tints of Bali Hai #7E93AA
RGB
CMYK
RGB Variations
Color information
#7E93AA (or 0x7E93AA) is known color: Bali Hai. HEX triplet: 7E, 93 and AA. RGB value is (126,147,170). Sum of RGB (Red+Green+Blue) = 126+147+170=443 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.44% from 443); Green value is 147 (57.81% from 255 or 33.18% from 443); Blue value is 170 (66.80% from 255 or 38.37% from 443); Max value from RGB is 170 - color contains mainly: blue. Hex color #7E93AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7E93AA is #816C55. Grayscale: #8F8F8F. Windows color (decimal): -8481878 or 11178878. OLE color: 11178878.
HSL color Cylindrical-coordinate representation of color #7E93AA: hue angle of 211.36º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7E93AA is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 126 | 147 | 170 | - |
| CMYK | 0.26 | 0.14 | 0 | 0.33 |
| HSL | 211.36º | 0.21% | 0.58% | - |
| HSV(B) | 211.36º | 0.26% | 0.67% | - |
| XYZ | 26.29 | 28.21 | 42.09 | - |
| YUV | 143.34 | 143.04 | 115.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 147 | 170 | 0.26 | 0.14 | 0 | 0.33 | 211.36 | 0.21 | 0.58 |
| Hex | 7E | 93 | AA | 1A | E | 0 | 21 | D3 | 15 | 3A |
| Octal | 176 | 223 | 252 | 32 | 16 | 0 | 41 | 323 | 25 | 72 |
| Binary | 1111110 | 10010011 | 10101010 | 11010 | 1110 | 0 | 100001 | 11010011 | 10101 | 111010 |
Color Harmonies of #7E93AA
Complementary color
Monochromatic Colors of #7E93AA
Black with #7E93AA
Text Example
Text Example
White with #7E93AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E93AA; }
p { color: rgb(126,147,170); }
H1.HeaderClassName
{
color: #7E93AA;
}
.AnyTagClassName
{
color: #7E93AA;
}
</style>
background-color css
<style>
a { background-color: #7E93AA; }
a { background-color: rgb(126,147,170); }
div.DivClassName
{
background-color: #7E93AA;
}
.BgClassName
{
background-color: #7E93AA;
}
</style>
border-color css
<style>
span { border-color: #7E93AA; }
span { border-color: rgb(126,147,170); }
td.TdClassName
{
border-color: #7E93AA;
}
.TagClassName
{
border-color: #7E93AA;
}
</style>