Shades of Bali Hai #799CB7
Tints of Bali Hai #799CB7
RGB
CMYK
RGB Variations
Color information
#799CB7 (or 0x799CB7) is known color: Bali Hai. HEX triplet: 79, 9C and B7. RGB value is (121,156,183). Sum of RGB (Red+Green+Blue) = 121+156+183=460 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.30% from 460); Green value is 156 (61.33% from 255 or 33.91% from 460); Blue value is 183 (71.88% from 255 or 39.78% from 460); Max value from RGB is 183 - color contains mainly: blue. Hex color #799CB7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799CB7 is #866348. Grayscale: #949494. Windows color (decimal): -8807241 or 12033145. OLE color: 12033145.
HSL color Cylindrical-coordinate representation of color #799CB7: hue angle of 206.13º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #799CB7 is Cyan = 0.34, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 121 | 156 | 183 | - |
| CMYK | 0.34 | 0.15 | 0 | 0.28 |
| HSL | 206.13º | 0.3% | 0.6% | - |
| HSV(B) | 206.13º | 0.34% | 0.72% | - |
| XYZ | 28.32 | 31.26 | 49.34 | - |
| YUV | 148.61 | 147.4 | 108.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 156 | 183 | 0.34 | 0.15 | 0 | 0.28 | 206.13 | 0.3 | 0.6 |
| Hex | 79 | 9C | B7 | 22 | F | 0 | 1C | CE | 1E | 3C |
| Octal | 171 | 234 | 267 | 42 | 17 | 0 | 34 | 316 | 36 | 74 |
| Binary | 1111001 | 10011100 | 10110111 | 100010 | 1111 | 0 | 11100 | 11001110 | 11110 | 111100 |
Color Harmonies of #799CB7
Complementary color
Monochromatic Colors of #799CB7
Black with #799CB7
Text Example
Text Example
White with #799CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799CB7; }
p { color: rgb(121,156,183); }
H1.HeaderClassName
{
color: #799CB7;
}
.AnyTagClassName
{
color: #799CB7;
}
</style>
background-color css
<style>
a { background-color: #799CB7; }
a { background-color: rgb(121,156,183); }
div.DivClassName
{
background-color: #799CB7;
}
.BgClassName
{
background-color: #799CB7;
}
</style>
border-color css
<style>
span { border-color: #799CB7; }
span { border-color: rgb(121,156,183); }
td.TdClassName
{
border-color: #799CB7;
}
.TagClassName
{
border-color: #799CB7;
}
</style>