Shades of Bali Hai #799BB8
Tints of Bali Hai #799BB8
RGB
CMYK
RGB Variations
Color information
#799BB8 (or 0x799BB8) is known color: Bali Hai. HEX triplet: 79, 9B and B8. RGB value is (121,155,184). Sum of RGB (Red+Green+Blue) = 121+155+184=460 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.30% from 460); Green value is 155 (60.94% from 255 or 33.70% from 460); Blue value is 184 (72.27% from 255 or 40% from 460); Max value from RGB is 184 - color contains mainly: blue. Hex color #799BB8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799BB8 is #866447. Grayscale: #939393. Windows color (decimal): -8807496 or 12098425. OLE color: 12098425.
HSL color Cylindrical-coordinate representation of color #799BB8: hue angle of 207.62º degrees, saturation: 0.31, 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 #799BB8 is Cyan = 0.34, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 121 | 155 | 184 | - |
| CMYK | 0.34 | 0.16 | 0 | 0.28 |
| HSL | 207.62º | 0.31% | 0.6% | - |
| HSV(B) | 207.62º | 0.34% | 0.72% | - |
| XYZ | 28.26 | 30.97 | 49.84 | - |
| YUV | 148.14 | 148.24 | 108.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 155 | 184 | 0.34 | 0.16 | 0 | 0.28 | 207.62 | 0.31 | 0.6 |
| Hex | 79 | 9B | B8 | 22 | 10 | 0 | 1C | D0 | 1F | 3C |
| Octal | 171 | 233 | 270 | 42 | 20 | 0 | 34 | 320 | 37 | 74 |
| Binary | 1111001 | 10011011 | 10111000 | 100010 | 10000 | 0 | 11100 | 11010000 | 11111 | 111100 |
Color Harmonies of #799BB8
Complementary color
Monochromatic Colors of #799BB8
Black with #799BB8
Text Example
Text Example
White with #799BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799BB8; }
p { color: rgb(121,155,184); }
H1.HeaderClassName
{
color: #799BB8;
}
.AnyTagClassName
{
color: #799BB8;
}
</style>
background-color css
<style>
a { background-color: #799BB8; }
a { background-color: rgb(121,155,184); }
div.DivClassName
{
background-color: #799BB8;
}
.BgClassName
{
background-color: #799BB8;
}
</style>
border-color css
<style>
span { border-color: #799BB8; }
span { border-color: rgb(121,155,184); }
td.TdClassName
{
border-color: #799BB8;
}
.TagClassName
{
border-color: #799BB8;
}
</style>