Shades of Bali Hai #7B9BAC
Tints of Bali Hai #7B9BAC
RGB
CMYK
RGB Variations
Color information
#7B9BAC (or 0x7B9BAC) is known color: Bali Hai. HEX triplet: 7B, 9B and AC. RGB value is (123,155,172). Sum of RGB (Red+Green+Blue) = 123+155+172=450 (59% of max value = 765). Red value is 123 (48.44% from 255 or 27.33% from 450); Green value is 155 (60.94% from 255 or 34.44% from 450); Blue value is 172 (67.58% from 255 or 38.22% from 450); Max value from RGB is 172 - color contains mainly: blue. Hex color #7B9BAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B9BAC is #846453. Grayscale: #939393. Windows color (decimal): -8676436 or 11311995. OLE color: 11311995.
HSL color Cylindrical-coordinate representation of color #7B9BAC: hue angle of 200.82º 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 #7B9BAC is Cyan = 0.28, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 155 | 172 | - |
| CMYK | 0.28 | 0.10 | 0 | 0.33 |
| HSL | 200.82º | 0.23% | 0.58% | - |
| HSV(B) | 200.82º | 0.28% | 0.67% | - |
| XYZ | 27.34 | 30.63 | 43.5 | - |
| YUV | 147.37 | 141.9 | 110.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 155 | 172 | 0.28 | 0.10 | 0 | 0.33 | 200.82 | 0.23 | 0.58 |
| Hex | 7B | 9B | AC | 1C | A | 0 | 21 | C9 | 17 | 3A |
| Octal | 173 | 233 | 254 | 34 | 12 | 0 | 41 | 311 | 27 | 72 |
| Binary | 1111011 | 10011011 | 10101100 | 11100 | 1010 | 0 | 100001 | 11001001 | 10111 | 111010 |
Color Harmonies of #7B9BAC
Complementary color
Monochromatic Colors of #7B9BAC
Black with #7B9BAC
Text Example
Text Example
White with #7B9BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9BAC; }
p { color: rgb(123,155,172); }
H1.HeaderClassName
{
color: #7B9BAC;
}
.AnyTagClassName
{
color: #7B9BAC;
}
</style>
background-color css
<style>
a { background-color: #7B9BAC; }
a { background-color: rgb(123,155,172); }
div.DivClassName
{
background-color: #7B9BAC;
}
.BgClassName
{
background-color: #7B9BAC;
}
</style>
border-color css
<style>
span { border-color: #7B9BAC; }
span { border-color: rgb(123,155,172); }
td.TdClassName
{
border-color: #7B9BAC;
}
.TagClassName
{
border-color: #7B9BAC;
}
</style>