Shades of Bali Hai #799BB3
Tints of Bali Hai #799BB3
RGB
CMYK
RGB Variations
Color information
#799BB3 (or 0x799BB3) is known color: Bali Hai. HEX triplet: 79, 9B and B3. RGB value is (121,155,179). Sum of RGB (Red+Green+Blue) = 121+155+179=455 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.59% from 455); Green value is 155 (60.94% from 255 or 34.07% from 455); Blue value is 179 (70.31% from 255 or 39.34% from 455); Max value from RGB is 179 - color contains mainly: blue. Hex color #799BB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799BB3 is #86644C. Grayscale: #939393. Windows color (decimal): -8807501 or 11770745. OLE color: 11770745.
HSL color Cylindrical-coordinate representation of color #799BB3: hue angle of 204.83º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #799BB3 is Cyan = 0.32, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 121 | 155 | 179 | - |
| CMYK | 0.32 | 0.13 | 0 | 0.30 |
| HSL | 204.83º | 0.28% | 0.59% | - |
| HSV(B) | 204.83º | 0.32% | 0.7% | - |
| XYZ | 27.74 | 30.76 | 47.12 | - |
| YUV | 147.57 | 145.74 | 109.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 155 | 179 | 0.32 | 0.13 | 0 | 0.30 | 204.83 | 0.28 | 0.59 |
| Hex | 79 | 9B | B3 | 20 | D | 0 | 1E | CD | 1C | 3B |
| Octal | 171 | 233 | 263 | 40 | 15 | 0 | 36 | 315 | 34 | 73 |
| Binary | 1111001 | 10011011 | 10110011 | 100000 | 1101 | 0 | 11110 | 11001101 | 11100 | 111011 |
Color Harmonies of #799BB3
Complementary color
Monochromatic Colors of #799BB3
Black with #799BB3
Text Example
Text Example
White with #799BB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799BB3; }
p { color: rgb(121,155,179); }
H1.HeaderClassName
{
color: #799BB3;
}
.AnyTagClassName
{
color: #799BB3;
}
</style>
background-color css
<style>
a { background-color: #799BB3; }
a { background-color: rgb(121,155,179); }
div.DivClassName
{
background-color: #799BB3;
}
.BgClassName
{
background-color: #799BB3;
}
</style>
border-color css
<style>
span { border-color: #799BB3; }
span { border-color: rgb(121,155,179); }
td.TdClassName
{
border-color: #799BB3;
}
.TagClassName
{
border-color: #799BB3;
}
</style>