Shades of Bali Hai #7F9AAB
Tints of Bali Hai #7F9AAB
RGB
CMYK
RGB Variations
Color information
#7F9AAB (or 0x7F9AAB) is known color: Bali Hai. HEX triplet: 7F, 9A and AB. RGB value is (127,154,171). Sum of RGB (Red+Green+Blue) = 127+154+171=452 (59% of max value = 765). Red value is 127 (50% from 255 or 28.10% from 452); Green value is 154 (60.55% from 255 or 34.07% from 452); Blue value is 171 (67.19% from 255 or 37.83% from 452); Max value from RGB is 171 - color contains mainly: blue. Hex color #7F9AAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F9AAB is #806554. Grayscale: #939393. Windows color (decimal): -8414549 or 11246207. OLE color: 11246207.
HSL color Cylindrical-coordinate representation of color #7F9AAB: hue angle of 203.18º 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 #7F9AAB is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 127 | 154 | 171 | - |
| CMYK | 0.26 | 0.10 | 0 | 0.33 |
| HSL | 203.18º | 0.21% | 0.58% | - |
| HSV(B) | 203.18º | 0.26% | 0.67% | - |
| XYZ | 27.66 | 30.56 | 42.97 | - |
| YUV | 147.87 | 141.05 | 113.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 154 | 171 | 0.26 | 0.10 | 0 | 0.33 | 203.18 | 0.21 | 0.58 |
| Hex | 7F | 9A | AB | 1A | A | 0 | 21 | CB | 15 | 3A |
| Octal | 177 | 232 | 253 | 32 | 12 | 0 | 41 | 313 | 25 | 72 |
| Binary | 1111111 | 10011010 | 10101011 | 11010 | 1010 | 0 | 100001 | 11001011 | 10101 | 111010 |
Color Harmonies of #7F9AAB
Complementary color
Monochromatic Colors of #7F9AAB
Black with #7F9AAB
Text Example
Text Example
White with #7F9AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9AAB; }
p { color: rgb(127,154,171); }
H1.HeaderClassName
{
color: #7F9AAB;
}
.AnyTagClassName
{
color: #7F9AAB;
}
</style>
background-color css
<style>
a { background-color: #7F9AAB; }
a { background-color: rgb(127,154,171); }
div.DivClassName
{
background-color: #7F9AAB;
}
.BgClassName
{
background-color: #7F9AAB;
}
</style>
border-color css
<style>
span { border-color: #7F9AAB; }
span { border-color: rgb(127,154,171); }
td.TdClassName
{
border-color: #7F9AAB;
}
.TagClassName
{
border-color: #7F9AAB;
}
</style>