Shades of Bali Hai #799EBD
Tints of Bali Hai #799EBD
RGB
CMYK
RGB Variations
Color information
#799EBD (or 0x799EBD) is known color: Bali Hai. HEX triplet: 79, 9E and BD. RGB value is (121,158,189). Sum of RGB (Red+Green+Blue) = 121+158+189=468 (61% of max value = 765). Red value is 121 (47.66% from 255 or 25.85% from 468); Green value is 158 (62.11% from 255 or 33.76% from 468); Blue value is 189 (74.22% from 255 or 40.38% from 468); Max value from RGB is 189 - color contains mainly: blue. Hex color #799EBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799EBD is #866142. Grayscale: #969696. Windows color (decimal): -8806723 or 12426873. OLE color: 12426873.
HSL color Cylindrical-coordinate representation of color #799EBD: hue angle of 207.35º degrees, saturation: 0.34, 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 #799EBD is Cyan = 0.36, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 121 | 158 | 189 | - |
| CMYK | 0.36 | 0.16 | 0 | 0.26 |
| HSL | 207.35º | 0.34% | 0.61% | - |
| HSV(B) | 207.35º | 0.36% | 0.74% | - |
| XYZ | 29.3 | 32.19 | 52.81 | - |
| YUV | 150.47 | 149.74 | 106.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 158 | 189 | 0.36 | 0.16 | 0 | 0.26 | 207.35 | 0.34 | 0.61 |
| Hex | 79 | 9E | BD | 24 | 10 | 0 | 1A | CF | 22 | 3D |
| Octal | 171 | 236 | 275 | 44 | 20 | 0 | 32 | 317 | 42 | 75 |
| Binary | 1111001 | 10011110 | 10111101 | 100100 | 10000 | 0 | 11010 | 11001111 | 100010 | 111101 |
Color Harmonies of #799EBD
Complementary color
Monochromatic Colors of #799EBD
Black with #799EBD
Text Example
Text Example
White with #799EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799EBD; }
p { color: rgb(121,158,189); }
H1.HeaderClassName
{
color: #799EBD;
}
.AnyTagClassName
{
color: #799EBD;
}
</style>
background-color css
<style>
a { background-color: #799EBD; }
a { background-color: rgb(121,158,189); }
div.DivClassName
{
background-color: #799EBD;
}
.BgClassName
{
background-color: #799EBD;
}
</style>
border-color css
<style>
span { border-color: #799EBD; }
span { border-color: rgb(121,158,189); }
td.TdClassName
{
border-color: #799EBD;
}
.TagClassName
{
border-color: #799EBD;
}
</style>