Shades of Bali Hai #799DBB
Tints of Bali Hai #799DBB
RGB
CMYK
RGB Variations
Color information
#799DBB (or 0x799DBB) is known color: Bali Hai. HEX triplet: 79, 9D and BB. RGB value is (121,157,187). Sum of RGB (Red+Green+Blue) = 121+157+187=465 (61% of max value = 765). Red value is 121 (47.66% from 255 or 26.02% from 465); Green value is 157 (61.72% from 255 or 33.76% from 465); Blue value is 187 (73.44% from 255 or 40.22% from 465); Max value from RGB is 187 - color contains mainly: blue. Hex color #799DBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799DBB is #866244. Grayscale: #959595. Windows color (decimal): -8806981 or 12295545. OLE color: 12295545.
HSL color Cylindrical-coordinate representation of color #799DBB: hue angle of 207.27º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #799DBB is Cyan = 0.35, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 121 | 157 | 187 | - |
| CMYK | 0.35 | 0.16 | 0 | 0.27 |
| HSL | 207.27º | 0.33% | 0.6% | - |
| HSV(B) | 207.27º | 0.35% | 0.73% | - |
| XYZ | 28.91 | 31.77 | 51.62 | - |
| YUV | 149.66 | 149.07 | 107.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 157 | 187 | 0.35 | 0.16 | 0 | 0.27 | 207.27 | 0.33 | 0.6 |
| Hex | 79 | 9D | BB | 23 | 10 | 0 | 1B | CF | 21 | 3C |
| Octal | 171 | 235 | 273 | 43 | 20 | 0 | 33 | 317 | 41 | 74 |
| Binary | 1111001 | 10011101 | 10111011 | 100011 | 10000 | 0 | 11011 | 11001111 | 100001 | 111100 |
Color Harmonies of #799DBB
Complementary color
Monochromatic Colors of #799DBB
Black with #799DBB
Text Example
Text Example
White with #799DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799DBB; }
p { color: rgb(121,157,187); }
H1.HeaderClassName
{
color: #799DBB;
}
.AnyTagClassName
{
color: #799DBB;
}
</style>
background-color css
<style>
a { background-color: #799DBB; }
a { background-color: rgb(121,157,187); }
div.DivClassName
{
background-color: #799DBB;
}
.BgClassName
{
background-color: #799DBB;
}
</style>
border-color css
<style>
span { border-color: #799DBB; }
span { border-color: rgb(121,157,187); }
td.TdClassName
{
border-color: #799DBB;
}
.TagClassName
{
border-color: #799DBB;
}
</style>