Shades of Bali Hai #7798AE
Tints of Bali Hai #7798AE
RGB
CMYK
RGB Variations
Color information
#7798AE (or 0x7798AE) is known color: Bali Hai. HEX triplet: 77, 98 and AE. RGB value is (119,152,174). Sum of RGB (Red+Green+Blue) = 119+152+174=445 (58% of max value = 765). Red value is 119 (46.88% from 255 or 26.74% from 445); Green value is 152 (59.77% from 255 or 34.16% from 445); Blue value is 174 (68.36% from 255 or 39.10% from 445); Max value from RGB is 174 - color contains mainly: blue. Hex color #7798AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7798AE is #886751. Grayscale: #909090. Windows color (decimal): -8939346 or 11442295. OLE color: 11442295.
HSL color Cylindrical-coordinate representation of color #7798AE: hue angle of 204º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7798AE is Cyan = 0.32, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 119 | 152 | 174 | - |
| CMYK | 0.32 | 0.13 | 0 | 0.32 |
| HSL | 204º | 0.25% | 0.57% | - |
| HSV(B) | 204º | 0.32% | 0.68% | - |
| XYZ | 26.48 | 29.43 | 44.33 | - |
| YUV | 144.64 | 144.57 | 109.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 152 | 174 | 0.32 | 0.13 | 0 | 0.32 | 204 | 0.25 | 0.57 |
| Hex | 77 | 98 | AE | 20 | D | 0 | 20 | CC | 19 | 39 |
| Octal | 167 | 230 | 256 | 40 | 15 | 0 | 40 | 314 | 31 | 71 |
| Binary | 1110111 | 10011000 | 10101110 | 100000 | 1101 | 0 | 100000 | 11001100 | 11001 | 111001 |
Color Harmonies of #7798AE
Complementary color
Monochromatic Colors of #7798AE
Black with #7798AE
Text Example
Text Example
White with #7798AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7798AE; }
p { color: rgb(119,152,174); }
H1.HeaderClassName
{
color: #7798AE;
}
.AnyTagClassName
{
color: #7798AE;
}
</style>
background-color css
<style>
a { background-color: #7798AE; }
a { background-color: rgb(119,152,174); }
div.DivClassName
{
background-color: #7798AE;
}
.BgClassName
{
background-color: #7798AE;
}
</style>
border-color css
<style>
span { border-color: #7798AE; }
span { border-color: rgb(119,152,174); }
td.TdClassName
{
border-color: #7798AE;
}
.TagClassName
{
border-color: #7798AE;
}
</style>