Shades of Bali Hai #7B96AA
Tints of Bali Hai #7B96AA
RGB
CMYK
RGB Variations
Color information
#7B96AA (or 0x7B96AA) is known color: Bali Hai. HEX triplet: 7B, 96 and AA. RGB value is (123,150,170). Sum of RGB (Red+Green+Blue) = 123+150+170=443 (58% of max value = 765). Red value is 123 (48.44% from 255 or 27.77% from 443); Green value is 150 (58.98% from 255 or 33.86% from 443); Blue value is 170 (66.80% from 255 or 38.37% from 443); Max value from RGB is 170 - color contains mainly: blue. Hex color #7B96AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B96AA is #846955. Grayscale: #909090. Windows color (decimal): -8677718 or 11179643. OLE color: 11179643.
HSL color Cylindrical-coordinate representation of color #7B96AA: hue angle of 205.53º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7B96AA is Cyan = 0.28, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 150 | 170 | - |
| CMYK | 0.28 | 0.12 | 0 | 0.33 |
| HSL | 205.53º | 0.22% | 0.57% | - |
| HSV(B) | 205.53º | 0.28% | 0.67% | - |
| XYZ | 26.33 | 28.93 | 42.23 | - |
| YUV | 144.21 | 142.55 | 112.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 150 | 170 | 0.28 | 0.12 | 0 | 0.33 | 205.53 | 0.22 | 0.57 |
| Hex | 7B | 96 | AA | 1C | C | 0 | 21 | CE | 16 | 39 |
| Octal | 173 | 226 | 252 | 34 | 14 | 0 | 41 | 316 | 26 | 71 |
| Binary | 1111011 | 10010110 | 10101010 | 11100 | 1100 | 0 | 100001 | 11001110 | 10110 | 111001 |
Color Harmonies of #7B96AA
Complementary color
Monochromatic Colors of #7B96AA
Black with #7B96AA
Text Example
Text Example
White with #7B96AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B96AA; }
p { color: rgb(123,150,170); }
H1.HeaderClassName
{
color: #7B96AA;
}
.AnyTagClassName
{
color: #7B96AA;
}
</style>
background-color css
<style>
a { background-color: #7B96AA; }
a { background-color: rgb(123,150,170); }
div.DivClassName
{
background-color: #7B96AA;
}
.BgClassName
{
background-color: #7B96AA;
}
</style>
border-color css
<style>
span { border-color: #7B96AA; }
span { border-color: rgb(123,150,170); }
td.TdClassName
{
border-color: #7B96AA;
}
.TagClassName
{
border-color: #7B96AA;
}
</style>