Shades of Bali Hai #799CA9
Tints of Bali Hai #799CA9
RGB
CMYK
RGB Variations
Color information
#799CA9 (or 0x799CA9) is known color: Bali Hai. HEX triplet: 79, 9C and A9. RGB value is (121,156,169). Sum of RGB (Red+Green+Blue) = 121+156+169=446 (59% of max value = 765). Red value is 121 (47.66% from 255 or 27.13% from 446); Green value is 156 (61.33% from 255 or 34.98% from 446); Blue value is 169 (66.41% from 255 or 37.89% from 446); Max value from RGB is 169 - color contains mainly: blue. Hex color #799CA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799CA9 is #866356. Grayscale: #929292. Windows color (decimal): -8807255 or 11115641. OLE color: 11115641.
HSL color Cylindrical-coordinate representation of color #799CA9: hue angle of 196.25º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #799CA9 is Cyan = 0.28, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 121 | 156 | 169 | - |
| CMYK | 0.28 | 0.08 | 0 | 0.34 |
| HSL | 196.25º | 0.22% | 0.57% | - |
| HSV(B) | 196.25º | 0.28% | 0.66% | - |
| XYZ | 26.94 | 30.71 | 42.04 | - |
| YUV | 147.02 | 140.4 | 109.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 156 | 169 | 0.28 | 0.08 | 0 | 0.34 | 196.25 | 0.22 | 0.57 |
| Hex | 79 | 9C | A9 | 1C | 8 | 0 | 22 | C4 | 16 | 39 |
| Octal | 171 | 234 | 251 | 34 | 10 | 0 | 42 | 304 | 26 | 71 |
| Binary | 1111001 | 10011100 | 10101001 | 11100 | 1000 | 0 | 100010 | 11000100 | 10110 | 111001 |
Color Harmonies of #799CA9
Complementary color
Monochromatic Colors of #799CA9
Black with #799CA9
Text Example
Text Example
White with #799CA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799CA9; }
p { color: rgb(121,156,169); }
H1.HeaderClassName
{
color: #799CA9;
}
.AnyTagClassName
{
color: #799CA9;
}
</style>
background-color css
<style>
a { background-color: #799CA9; }
a { background-color: rgb(121,156,169); }
div.DivClassName
{
background-color: #799CA9;
}
.BgClassName
{
background-color: #799CA9;
}
</style>
border-color css
<style>
span { border-color: #799CA9; }
span { border-color: rgb(121,156,169); }
td.TdClassName
{
border-color: #799CA9;
}
.TagClassName
{
border-color: #799CA9;
}
</style>