Shades of Bali Hai #7B9CAC
Tints of Bali Hai #7B9CAC
RGB
CMYK
RGB Variations
Color information
#7B9CAC (or 0x7B9CAC) is known color: Bali Hai. HEX triplet: 7B, 9C and AC. RGB value is (123,156,172). Sum of RGB (Red+Green+Blue) = 123+156+172=451 (59% of max value = 765). Red value is 123 (48.44% from 255 or 27.27% from 451); Green value is 156 (61.33% from 255 or 34.59% from 451); Blue value is 172 (67.58% from 255 or 38.14% from 451); Max value from RGB is 172 - color contains mainly: blue. Hex color #7B9CAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B9CAC is #846353. Grayscale: #939393. Windows color (decimal): -8676180 or 11312251. OLE color: 11312251.
HSL color Cylindrical-coordinate representation of color #7B9CAC: hue angle of 199.59º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7B9CAC is Cyan = 0.28, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 156 | 172 | - |
| CMYK | 0.28 | 0.09 | 0 | 0.33 |
| HSL | 199.59º | 0.23% | 0.58% | - |
| HSV(B) | 199.59º | 0.28% | 0.67% | - |
| XYZ | 27.5 | 30.97 | 43.56 | - |
| YUV | 147.96 | 141.57 | 110.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 156 | 172 | 0.28 | 0.09 | 0 | 0.33 | 199.59 | 0.23 | 0.58 |
| Hex | 7B | 9C | AC | 1C | 9 | 0 | 21 | C8 | 17 | 3A |
| Octal | 173 | 234 | 254 | 34 | 11 | 0 | 41 | 310 | 27 | 72 |
| Binary | 1111011 | 10011100 | 10101100 | 11100 | 1001 | 0 | 100001 | 11001000 | 10111 | 111010 |
Color Harmonies of #7B9CAC
Complementary color
Monochromatic Colors of #7B9CAC
Black with #7B9CAC
Text Example
Text Example
White with #7B9CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9CAC; }
p { color: rgb(123,156,172); }
H1.HeaderClassName
{
color: #7B9CAC;
}
.AnyTagClassName
{
color: #7B9CAC;
}
</style>
background-color css
<style>
a { background-color: #7B9CAC; }
a { background-color: rgb(123,156,172); }
div.DivClassName
{
background-color: #7B9CAC;
}
.BgClassName
{
background-color: #7B9CAC;
}
</style>
border-color css
<style>
span { border-color: #7B9CAC; }
span { border-color: rgb(123,156,172); }
td.TdClassName
{
border-color: #7B9CAC;
}
.TagClassName
{
border-color: #7B9CAC;
}
</style>