Shades of Bali Hai #799AB6
Tints of Bali Hai #799AB6
RGB
CMYK
RGB Variations
Color information
#799AB6 (or 0x799AB6) is known color: Bali Hai. HEX triplet: 79, 9A and B6. RGB value is (121,154,182). Sum of RGB (Red+Green+Blue) = 121+154+182=457 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.48% from 457); Green value is 154 (60.55% from 255 or 33.70% from 457); Blue value is 182 (71.48% from 255 or 39.82% from 457); Max value from RGB is 182 - color contains mainly: blue. Hex color #799AB6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799AB6 is #866549. Grayscale: #939393. Windows color (decimal): -8807754 or 11967097. OLE color: 11967097.
HSL color Cylindrical-coordinate representation of color #799AB6: hue angle of 207.54º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #799AB6 is Cyan = 0.34, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 121 | 154 | 182 | - |
| CMYK | 0.34 | 0.15 | 0 | 0.29 |
| HSL | 207.54º | 0.29% | 0.59% | - |
| HSV(B) | 207.54º | 0.34% | 0.71% | - |
| XYZ | 27.88 | 30.55 | 48.68 | - |
| YUV | 147.33 | 147.57 | 109.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 154 | 182 | 0.34 | 0.15 | 0 | 0.29 | 207.54 | 0.29 | 0.59 |
| Hex | 79 | 9A | B6 | 22 | F | 0 | 1D | D0 | 1D | 3B |
| Octal | 171 | 232 | 266 | 42 | 17 | 0 | 35 | 320 | 35 | 73 |
| Binary | 1111001 | 10011010 | 10110110 | 100010 | 1111 | 0 | 11101 | 11010000 | 11101 | 111011 |
Color Harmonies of #799AB6
Complementary color
Monochromatic Colors of #799AB6
Black with #799AB6
Text Example
Text Example
White with #799AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799AB6; }
p { color: rgb(121,154,182); }
H1.HeaderClassName
{
color: #799AB6;
}
.AnyTagClassName
{
color: #799AB6;
}
</style>
background-color css
<style>
a { background-color: #799AB6; }
a { background-color: rgb(121,154,182); }
div.DivClassName
{
background-color: #799AB6;
}
.BgClassName
{
background-color: #799AB6;
}
</style>
border-color css
<style>
span { border-color: #799AB6; }
span { border-color: rgb(121,154,182); }
td.TdClassName
{
border-color: #799AB6;
}
.TagClassName
{
border-color: #799AB6;
}
</style>