Shades of Bali Hai #7E9AAB
Tints of Bali Hai #7E9AAB
RGB
CMYK
RGB Variations
Color information
#7E9AAB (or 0x7E9AAB) is known color: Bali Hai. HEX triplet: 7E, 9A and AB. RGB value is (126,154,171). Sum of RGB (Red+Green+Blue) = 126+154+171=451 (59% of max value = 765). Red value is 126 (49.61% from 255 or 27.94% from 451); Green value is 154 (60.55% from 255 or 34.15% from 451); Blue value is 171 (67.19% from 255 or 37.92% from 451); Max value from RGB is 171 - color contains mainly: blue. Hex color #7E9AAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7E9AAB is #816554. Grayscale: #939393. Windows color (decimal): -8480085 or 11246206. OLE color: 11246206.
HSL color Cylindrical-coordinate representation of color #7E9AAB: hue angle of 202.67º 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 #7E9AAB is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 126 | 154 | 171 | - |
| CMYK | 0.26 | 0.10 | 0 | 0.33 |
| HSL | 202.67º | 0.21% | 0.58% | - |
| HSV(B) | 202.67º | 0.26% | 0.67% | - |
| XYZ | 27.51 | 30.49 | 42.96 | - |
| YUV | 147.57 | 141.22 | 112.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 154 | 171 | 0.26 | 0.10 | 0 | 0.33 | 202.67 | 0.21 | 0.58 |
| Hex | 7E | 9A | AB | 1A | A | 0 | 21 | CB | 15 | 3A |
| Octal | 176 | 232 | 253 | 32 | 12 | 0 | 41 | 313 | 25 | 72 |
| Binary | 1111110 | 10011010 | 10101011 | 11010 | 1010 | 0 | 100001 | 11001011 | 10101 | 111010 |
Color Harmonies of #7E9AAB
Complementary color
Monochromatic Colors of #7E9AAB
Black with #7E9AAB
Text Example
Text Example
White with #7E9AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E9AAB; }
p { color: rgb(126,154,171); }
H1.HeaderClassName
{
color: #7E9AAB;
}
.AnyTagClassName
{
color: #7E9AAB;
}
</style>
background-color css
<style>
a { background-color: #7E9AAB; }
a { background-color: rgb(126,154,171); }
div.DivClassName
{
background-color: #7E9AAB;
}
.BgClassName
{
background-color: #7E9AAB;
}
</style>
border-color css
<style>
span { border-color: #7E9AAB; }
span { border-color: rgb(126,154,171); }
td.TdClassName
{
border-color: #7E9AAB;
}
.TagClassName
{
border-color: #7E9AAB;
}
</style>