Shades of Bali Hai #7B9DAB
Tints of Bali Hai #7B9DAB
RGB
CMYK
RGB Variations
Color information
#7B9DAB (or 0x7B9DAB) is known color: Bali Hai. HEX triplet: 7B, 9D and AB. RGB value is (123,157,171). Sum of RGB (Red+Green+Blue) = 123+157+171=451 (59% of max value = 765). Red value is 123 (48.44% from 255 or 27.27% from 451); Green value is 157 (61.72% from 255 or 34.81% from 451); Blue value is 171 (67.19% from 255 or 37.92% from 451); Max value from RGB is 171 - color contains mainly: blue. Hex color #7B9DAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B9DAB is #846254. Grayscale: #949494. Windows color (decimal): -8675925 or 11246971. OLE color: 11246971.
HSL color Cylindrical-coordinate representation of color #7B9DAB: hue angle of 197.5º degrees, saturation: 0.22, 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 #7B9DAB is Cyan = 0.28, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 157 | 171 | - |
| CMYK | 0.28 | 0.08 | 0 | 0.33 |
| HSL | 197.5º | 0.22% | 0.58% | - |
| HSV(B) | 197.5º | 0.28% | 0.67% | - |
| XYZ | 27.58 | 31.27 | 43.11 | - |
| YUV | 148.43 | 140.74 | 109.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 157 | 171 | 0.28 | 0.08 | 0 | 0.33 | 197.5 | 0.22 | 0.58 |
| Hex | 7B | 9D | AB | 1C | 8 | 0 | 21 | C6 | 16 | 3A |
| Octal | 173 | 235 | 253 | 34 | 10 | 0 | 41 | 306 | 26 | 72 |
| Binary | 1111011 | 10011101 | 10101011 | 11100 | 1000 | 0 | 100001 | 11000110 | 10110 | 111010 |
Color Harmonies of #7B9DAB
Complementary color
Monochromatic Colors of #7B9DAB
Black with #7B9DAB
Text Example
Text Example
White with #7B9DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9DAB; }
p { color: rgb(123,157,171); }
H1.HeaderClassName
{
color: #7B9DAB;
}
.AnyTagClassName
{
color: #7B9DAB;
}
</style>
background-color css
<style>
a { background-color: #7B9DAB; }
a { background-color: rgb(123,157,171); }
div.DivClassName
{
background-color: #7B9DAB;
}
.BgClassName
{
background-color: #7B9DAB;
}
</style>
border-color css
<style>
span { border-color: #7B9DAB; }
span { border-color: rgb(123,157,171); }
td.TdClassName
{
border-color: #7B9DAB;
}
.TagClassName
{
border-color: #7B9DAB;
}
</style>