Shades of Bali Hai #7899AB
Tints of Bali Hai #7899AB
RGB
CMYK
RGB Variations
Color information
#7899AB (or 0x7899AB) is known color: Bali Hai. HEX triplet: 78, 99 and AB. RGB value is (120,153,171). Sum of RGB (Red+Green+Blue) = 120+153+171=444 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.03% from 444); Green value is 153 (60.16% from 255 or 34.46% from 444); Blue value is 171 (67.19% from 255 or 38.51% from 444); Max value from RGB is 171 - color contains mainly: blue. Hex color #7899AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7899AB is #876654. Grayscale: #919191. Windows color (decimal): -8873557 or 11245944. OLE color: 11245944.
HSL color Cylindrical-coordinate representation of color #7899AB: hue angle of 201.18º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7899AB is Cyan = 0.30, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 120 | 153 | 171 | - |
| CMYK | 0.30 | 0.11 | 0 | 0.33 |
| HSL | 201.18º | 0.23% | 0.57% | - |
| HSV(B) | 201.18º | 0.3% | 0.67% | - |
| XYZ | 26.49 | 29.72 | 42.87 | - |
| YUV | 145.19 | 142.57 | 110.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 153 | 171 | 0.30 | 0.11 | 0 | 0.33 | 201.18 | 0.23 | 0.57 |
| Hex | 78 | 99 | AB | 1E | B | 0 | 21 | C9 | 17 | 39 |
| Octal | 170 | 231 | 253 | 36 | 13 | 0 | 41 | 311 | 27 | 71 |
| Binary | 1111000 | 10011001 | 10101011 | 11110 | 1011 | 0 | 100001 | 11001001 | 10111 | 111001 |
Color Harmonies of #7899AB
Complementary color
Monochromatic Colors of #7899AB
Black with #7899AB
Text Example
Text Example
White with #7899AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7899AB; }
p { color: rgb(120,153,171); }
H1.HeaderClassName
{
color: #7899AB;
}
.AnyTagClassName
{
color: #7899AB;
}
</style>
background-color css
<style>
a { background-color: #7899AB; }
a { background-color: rgb(120,153,171); }
div.DivClassName
{
background-color: #7899AB;
}
.BgClassName
{
background-color: #7899AB;
}
</style>
border-color css
<style>
span { border-color: #7899AB; }
span { border-color: rgb(120,153,171); }
td.TdClassName
{
border-color: #7899AB;
}
.TagClassName
{
border-color: #7899AB;
}
</style>