Shades of Bali Hai #799CAB
Tints of Bali Hai #799CAB
RGB
CMYK
RGB Variations
Color information
#799CAB (or 0x799CAB) is known color: Bali Hai. HEX triplet: 79, 9C and AB. RGB value is (121,156,171). Sum of RGB (Red+Green+Blue) = 121+156+171=448 (59% of max value = 765). Red value is 121 (47.66% from 255 or 27.01% from 448); Green value is 156 (61.33% from 255 or 34.82% from 448); Blue value is 171 (67.19% from 255 or 38.17% from 448); Max value from RGB is 171 - color contains mainly: blue. Hex color #799CAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799CAB is #866354. Grayscale: #939393. Windows color (decimal): -8807253 or 11246713. OLE color: 11246713.
HSL color Cylindrical-coordinate representation of color #799CAB: hue angle of 198º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #799CAB is Cyan = 0.29, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 121 | 156 | 171 | - |
| CMYK | 0.29 | 0.09 | 0 | 0.33 |
| HSL | 198º | 0.23% | 0.57% | - |
| HSV(B) | 198º | 0.29% | 0.67% | - |
| XYZ | 27.12 | 30.78 | 43.04 | - |
| YUV | 147.25 | 141.4 | 109.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 156 | 171 | 0.29 | 0.09 | 0 | 0.33 | 198 | 0.23 | 0.57 |
| Hex | 79 | 9C | AB | 1D | 9 | 0 | 21 | C6 | 17 | 39 |
| Octal | 171 | 234 | 253 | 35 | 11 | 0 | 41 | 306 | 27 | 71 |
| Binary | 1111001 | 10011100 | 10101011 | 11101 | 1001 | 0 | 100001 | 11000110 | 10111 | 111001 |
Color Harmonies of #799CAB
Complementary color
Monochromatic Colors of #799CAB
Black with #799CAB
Text Example
Text Example
White with #799CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799CAB; }
p { color: rgb(121,156,171); }
H1.HeaderClassName
{
color: #799CAB;
}
.AnyTagClassName
{
color: #799CAB;
}
</style>
background-color css
<style>
a { background-color: #799CAB; }
a { background-color: rgb(121,156,171); }
div.DivClassName
{
background-color: #799CAB;
}
.BgClassName
{
background-color: #799CAB;
}
</style>
border-color css
<style>
span { border-color: #799CAB; }
span { border-color: rgb(121,156,171); }
td.TdClassName
{
border-color: #799CAB;
}
.TagClassName
{
border-color: #799CAB;
}
</style>