Shades of Bali Hai #779DB5
Tints of Bali Hai #779DB5
RGB
CMYK
RGB Variations
Color information
#779DB5 (or 0x779DB5) is known color: Bali Hai. HEX triplet: 77, 9D and B5. RGB value is (119,157,181). Sum of RGB (Red+Green+Blue) = 119+157+181=457 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.04% from 457); Green value is 157 (61.72% from 255 or 34.35% from 457); Blue value is 181 (71.09% from 255 or 39.61% from 457); Max value from RGB is 181 - color contains mainly: blue. Hex color #779DB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779DB5 is #88624A. Grayscale: #949494. Windows color (decimal): -8938059 or 11902327. OLE color: 11902327.
HSL color Cylindrical-coordinate representation of color #779DB5: hue angle of 203.23º degrees, saturation: 0.3, 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 #779DB5 is Cyan = 0.34, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 119 | 157 | 181 | - |
| CMYK | 0.34 | 0.13 | 0 | 0.29 |
| HSL | 203.23º | 0.3% | 0.59% | - |
| HSV(B) | 203.23º | 0.34% | 0.71% | - |
| XYZ | 28.01 | 31.37 | 48.3 | - |
| YUV | 148.37 | 146.41 | 107.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 157 | 181 | 0.34 | 0.13 | 0 | 0.29 | 203.23 | 0.3 | 0.59 |
| Hex | 77 | 9D | B5 | 22 | D | 0 | 1D | CB | 1E | 3B |
| Octal | 167 | 235 | 265 | 42 | 15 | 0 | 35 | 313 | 36 | 73 |
| Binary | 1110111 | 10011101 | 10110101 | 100010 | 1101 | 0 | 11101 | 11001011 | 11110 | 111011 |
Color Harmonies of #779DB5
Complementary color
Monochromatic Colors of #779DB5
Black with #779DB5
Text Example
Text Example
White with #779DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779DB5; }
p { color: rgb(119,157,181); }
H1.HeaderClassName
{
color: #779DB5;
}
.AnyTagClassName
{
color: #779DB5;
}
</style>
background-color css
<style>
a { background-color: #779DB5; }
a { background-color: rgb(119,157,181); }
div.DivClassName
{
background-color: #779DB5;
}
.BgClassName
{
background-color: #779DB5;
}
</style>
border-color css
<style>
span { border-color: #779DB5; }
span { border-color: rgb(119,157,181); }
td.TdClassName
{
border-color: #779DB5;
}
.TagClassName
{
border-color: #779DB5;
}
</style>