Shades of Bali Hai #7F99AA
Tints of Bali Hai #7F99AA
RGB
CMYK
RGB Variations
Color information
#7F99AA (or 0x7F99AA) is known color: Bali Hai. HEX triplet: 7F, 99 and AA. RGB value is (127,153,170). Sum of RGB (Red+Green+Blue) = 127+153+170=450 (59% of max value = 765). Red value is 127 (50% from 255 or 28.22% from 450); Green value is 153 (60.16% from 255 or 34% from 450); Blue value is 170 (66.80% from 255 or 37.78% from 450); Max value from RGB is 170 - color contains mainly: blue. Hex color #7F99AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F99AA is #806655. Grayscale: #939393. Windows color (decimal): -8414806 or 11180415. OLE color: 11180415.
HSL color Cylindrical-coordinate representation of color #7F99AA: hue angle of 203.72º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7F99AA is Cyan = 0.25, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 127 | 153 | 170 | - |
| CMYK | 0.25 | 0.1 | 0 | 0.33 |
| HSL | 203.72º | 0.2% | 0.58% | - |
| HSV(B) | 203.72º | 0.25% | 0.67% | - |
| XYZ | 27.4 | 30.2 | 42.41 | - |
| YUV | 147.16 | 140.89 | 113.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 153 | 170 | 0.25 | 0.1 | 0 | 0.33 | 203.72 | 0.2 | 0.58 |
| Hex | 7F | 99 | AA | 19 | A | 0 | 21 | CC | 14 | 3A |
| Octal | 177 | 231 | 252 | 31 | 12 | 0 | 41 | 314 | 24 | 72 |
| Binary | 1111111 | 10011001 | 10101010 | 11001 | 1010 | 0 | 100001 | 11001100 | 10100 | 111010 |
Color Harmonies of #7F99AA
Complementary color
Monochromatic Colors of #7F99AA
Black with #7F99AA
Text Example
Text Example
White with #7F99AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F99AA; }
p { color: rgb(127,153,170); }
H1.HeaderClassName
{
color: #7F99AA;
}
.AnyTagClassName
{
color: #7F99AA;
}
</style>
background-color css
<style>
a { background-color: #7F99AA; }
a { background-color: rgb(127,153,170); }
div.DivClassName
{
background-color: #7F99AA;
}
.BgClassName
{
background-color: #7F99AA;
}
</style>
border-color css
<style>
span { border-color: #7F99AA; }
span { border-color: rgb(127,153,170); }
td.TdClassName
{
border-color: #7F99AA;
}
.TagClassName
{
border-color: #7F99AA;
}
</style>