Shades of Bali Hai #799DB4
Tints of Bali Hai #799DB4
RGB
CMYK
RGB Variations
Color information
#799DB4 (or 0x799DB4) is known color: Bali Hai. HEX triplet: 79, 9D and B4. RGB value is (121,157,180). Sum of RGB (Red+Green+Blue) = 121+157+180=458 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.42% from 458); Green value is 157 (61.72% from 255 or 34.28% from 458); Blue value is 180 (70.70% from 255 or 39.30% from 458); Max value from RGB is 180 - color contains mainly: blue. Hex color #799DB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799DB4 is #86624B. Grayscale: #949494. Windows color (decimal): -8806988 or 11836793. OLE color: 11836793.
HSL color Cylindrical-coordinate representation of color #799DB4: hue angle of 203.39º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #799DB4 is Cyan = 0.33, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 121 | 157 | 180 | - |
| CMYK | 0.33 | 0.13 | 0 | 0.29 |
| HSL | 203.39º | 0.28% | 0.59% | - |
| HSV(B) | 203.39º | 0.33% | 0.71% | - |
| XYZ | 28.18 | 31.47 | 47.77 | - |
| YUV | 148.86 | 145.57 | 108.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 157 | 180 | 0.33 | 0.13 | 0 | 0.29 | 203.39 | 0.28 | 0.59 |
| Hex | 79 | 9D | B4 | 21 | D | 0 | 1D | CB | 1C | 3B |
| Octal | 171 | 235 | 264 | 41 | 15 | 0 | 35 | 313 | 34 | 73 |
| Binary | 1111001 | 10011101 | 10110100 | 100001 | 1101 | 0 | 11101 | 11001011 | 11100 | 111011 |
Color Harmonies of #799DB4
Complementary color
Monochromatic Colors of #799DB4
Black with #799DB4
Text Example
Text Example
White with #799DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799DB4; }
p { color: rgb(121,157,180); }
H1.HeaderClassName
{
color: #799DB4;
}
.AnyTagClassName
{
color: #799DB4;
}
</style>
background-color css
<style>
a { background-color: #799DB4; }
a { background-color: rgb(121,157,180); }
div.DivClassName
{
background-color: #799DB4;
}
.BgClassName
{
background-color: #799DB4;
}
</style>
border-color css
<style>
span { border-color: #799DB4; }
span { border-color: rgb(121,157,180); }
td.TdClassName
{
border-color: #799DB4;
}
.TagClassName
{
border-color: #799DB4;
}
</style>