Shades of Bali Hai #799FAC
Tints of Bali Hai #799FAC
RGB
CMYK
RGB Variations
Color information
#799FAC (or 0x799FAC) is known color: Bali Hai. HEX triplet: 79, 9F and AC. RGB value is (121,159,172). Sum of RGB (Red+Green+Blue) = 121+159+172=452 (59% of max value = 765). Red value is 121 (47.66% from 255 or 26.77% from 452); Green value is 159 (62.5% from 255 or 35.18% from 452); Blue value is 172 (67.58% from 255 or 38.05% from 452); Max value from RGB is 172 - color contains mainly: blue. Hex color #799FAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799FAC is #866053. Grayscale: #959595. Windows color (decimal): -8806484 or 11313017. OLE color: 11313017.
HSL color Cylindrical-coordinate representation of color #799FAC: hue angle of 195.29º degrees, saturation: 0.24, 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 #799FAC is Cyan = 0.30, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 121 | 159 | 172 | - |
| CMYK | 0.30 | 0.08 | 0 | 0.33 |
| HSL | 195.29º | 0.24% | 0.57% | - |
| HSV(B) | 195.29º | 0.3% | 0.67% | - |
| XYZ | 27.73 | 31.84 | 43.71 | - |
| YUV | 149.12 | 140.91 | 107.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 159 | 172 | 0.30 | 0.08 | 0 | 0.33 | 195.29 | 0.24 | 0.57 |
| Hex | 79 | 9F | AC | 1E | 8 | 0 | 21 | C3 | 18 | 39 |
| Octal | 171 | 237 | 254 | 36 | 10 | 0 | 41 | 303 | 30 | 71 |
| Binary | 1111001 | 10011111 | 10101100 | 11110 | 1000 | 0 | 100001 | 11000011 | 11000 | 111001 |
Color Harmonies of #799FAC
Complementary color
Monochromatic Colors of #799FAC
Black with #799FAC
Text Example
Text Example
White with #799FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799FAC; }
p { color: rgb(121,159,172); }
H1.HeaderClassName
{
color: #799FAC;
}
.AnyTagClassName
{
color: #799FAC;
}
</style>
background-color css
<style>
a { background-color: #799FAC; }
a { background-color: rgb(121,159,172); }
div.DivClassName
{
background-color: #799FAC;
}
.BgClassName
{
background-color: #799FAC;
}
</style>
border-color css
<style>
span { border-color: #799FAC; }
span { border-color: rgb(121,159,172); }
td.TdClassName
{
border-color: #799FAC;
}
.TagClassName
{
border-color: #799FAC;
}
</style>