Shades of Bali Hai #7998AD
Tints of Bali Hai #7998AD
RGB
CMYK
RGB Variations
Color information
#7998AD (or 0x7998AD) is known color: Bali Hai. HEX triplet: 79, 98 and AD. RGB value is (121,152,173). Sum of RGB (Red+Green+Blue) = 121+152+173=446 (59% of max value = 765). Red value is 121 (47.66% from 255 or 27.13% from 446); Green value is 152 (59.77% from 255 or 34.08% from 446); Blue value is 173 (67.97% from 255 or 38.79% from 446); Max value from RGB is 173 - color contains mainly: blue. Hex color #7998AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7998AD is #866752. Grayscale: #919191. Windows color (decimal): -8808275 or 11376761. OLE color: 11376761.
HSL color Cylindrical-coordinate representation of color #7998AD: hue angle of 204.23º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7998AD is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 121 | 152 | 173 | - |
| CMYK | 0.30 | 0.12 | 0 | 0.32 |
| HSL | 204.23º | 0.24% | 0.58% | - |
| HSV(B) | 204.23º | 0.3% | 0.68% | - |
| XYZ | 26.66 | 29.54 | 43.83 | - |
| YUV | 145.13 | 143.73 | 110.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 152 | 173 | 0.30 | 0.12 | 0 | 0.32 | 204.23 | 0.24 | 0.58 |
| Hex | 79 | 98 | AD | 1E | C | 0 | 20 | CC | 18 | 3A |
| Octal | 171 | 230 | 255 | 36 | 14 | 0 | 40 | 314 | 30 | 72 |
| Binary | 1111001 | 10011000 | 10101101 | 11110 | 1100 | 0 | 100000 | 11001100 | 11000 | 111010 |
Color Harmonies of #7998AD
Complementary color
Monochromatic Colors of #7998AD
Black with #7998AD
Text Example
Text Example
White with #7998AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7998AD; }
p { color: rgb(121,152,173); }
H1.HeaderClassName
{
color: #7998AD;
}
.AnyTagClassName
{
color: #7998AD;
}
</style>
background-color css
<style>
a { background-color: #7998AD; }
a { background-color: rgb(121,152,173); }
div.DivClassName
{
background-color: #7998AD;
}
.BgClassName
{
background-color: #7998AD;
}
</style>
border-color css
<style>
span { border-color: #7998AD; }
span { border-color: rgb(121,152,173); }
td.TdClassName
{
border-color: #7998AD;
}
.TagClassName
{
border-color: #7998AD;
}
</style>