Shades of Bali Hai #7B96AD
Tints of Bali Hai #7B96AD
RGB
CMYK
RGB Variations
Color information
#7B96AD (or 0x7B96AD) is known color: Bali Hai. HEX triplet: 7B, 96 and AD. RGB value is (123,150,173). Sum of RGB (Red+Green+Blue) = 123+150+173=446 (59% of max value = 765). Red value is 123 (48.44% from 255 or 27.58% from 446); Green value is 150 (58.98% from 255 or 33.63% from 446); Blue value is 173 (67.97% from 255 or 38.79% from 446); Max value from RGB is 173 - color contains mainly: blue. Hex color #7B96AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B96AD is #846952. Grayscale: #909090. Windows color (decimal): -8677715 or 11376251. OLE color: 11376251.
HSL color Cylindrical-coordinate representation of color #7B96AD: hue angle of 207.6º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7B96AD is Cyan = 0.29, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 123 | 150 | 173 | - |
| CMYK | 0.29 | 0.13 | 0 | 0.32 |
| HSL | 207.6º | 0.23% | 0.58% | - |
| HSV(B) | 207.6º | 0.29% | 0.68% | - |
| XYZ | 26.62 | 29.04 | 43.74 | - |
| YUV | 144.55 | 144.05 | 112.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 150 | 173 | 0.29 | 0.13 | 0 | 0.32 | 207.6 | 0.23 | 0.58 |
| Hex | 7B | 96 | AD | 1D | D | 0 | 20 | D0 | 17 | 3A |
| Octal | 173 | 226 | 255 | 35 | 15 | 0 | 40 | 320 | 27 | 72 |
| Binary | 1111011 | 10010110 | 10101101 | 11101 | 1101 | 0 | 100000 | 11010000 | 10111 | 111010 |
Color Harmonies of #7B96AD
Complementary color
Monochromatic Colors of #7B96AD
Black with #7B96AD
Text Example
Text Example
White with #7B96AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B96AD; }
p { color: rgb(123,150,173); }
H1.HeaderClassName
{
color: #7B96AD;
}
.AnyTagClassName
{
color: #7B96AD;
}
</style>
background-color css
<style>
a { background-color: #7B96AD; }
a { background-color: rgb(123,150,173); }
div.DivClassName
{
background-color: #7B96AD;
}
.BgClassName
{
background-color: #7B96AD;
}
</style>
border-color css
<style>
span { border-color: #7B96AD; }
span { border-color: rgb(123,150,173); }
td.TdClassName
{
border-color: #7B96AD;
}
.TagClassName
{
border-color: #7B96AD;
}
</style>