Shades of Bali Hai #799ABC
Tints of Bali Hai #799ABC
RGB
CMYK
RGB Variations
Color information
#799ABC (or 0x799ABC) is known color: Bali Hai. HEX triplet: 79, 9A and BC. RGB value is (121,154,188). Sum of RGB (Red+Green+Blue) = 121+154+188=463 (61% of max value = 765). Red value is 121 (47.66% from 255 or 26.13% from 463); Green value is 154 (60.55% from 255 or 33.26% from 463); Blue value is 188 (73.83% from 255 or 40.60% from 463); Max value from RGB is 188 - color contains mainly: blue. Hex color #799ABC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799ABC is #866543. Grayscale: #939393. Windows color (decimal): -8807748 or 12360313. OLE color: 12360313.
HSL color Cylindrical-coordinate representation of color #799ABC: hue angle of 210.45º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #799ABC is Cyan = 0.36, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 121 | 154 | 188 | - |
| CMYK | 0.36 | 0.18 | 0 | 0.26 |
| HSL | 210.45º | 0.33% | 0.61% | - |
| HSV(B) | 210.45º | 0.36% | 0.74% | - |
| XYZ | 28.52 | 30.81 | 52.02 | - |
| YUV | 148.01 | 150.57 | 108.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 154 | 188 | 0.36 | 0.18 | 0 | 0.26 | 210.45 | 0.33 | 0.61 |
| Hex | 79 | 9A | BC | 24 | 12 | 0 | 1A | D2 | 21 | 3D |
| Octal | 171 | 232 | 274 | 44 | 22 | 0 | 32 | 322 | 41 | 75 |
| Binary | 1111001 | 10011010 | 10111100 | 100100 | 10010 | 0 | 11010 | 11010010 | 100001 | 111101 |
Color Harmonies of #799ABC
Complementary color
Monochromatic Colors of #799ABC
Black with #799ABC
Text Example
Text Example
White with #799ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799ABC; }
p { color: rgb(121,154,188); }
H1.HeaderClassName
{
color: #799ABC;
}
.AnyTagClassName
{
color: #799ABC;
}
</style>
background-color css
<style>
a { background-color: #799ABC; }
a { background-color: rgb(121,154,188); }
div.DivClassName
{
background-color: #799ABC;
}
.BgClassName
{
background-color: #799ABC;
}
</style>
border-color css
<style>
span { border-color: #799ABC; }
span { border-color: rgb(121,154,188); }
td.TdClassName
{
border-color: #799ABC;
}
.TagClassName
{
border-color: #799ABC;
}
</style>