Shades of Bali Hai #7B9AB4
Tints of Bali Hai #7B9AB4
RGB
CMYK
RGB Variations
Color information
#7B9AB4 (or 0x7B9AB4) is known color: Bali Hai. HEX triplet: 7B, 9A and B4. RGB value is (123,154,180). Sum of RGB (Red+Green+Blue) = 123+154+180=457 (60% of max value = 765). Red value is 123 (48.44% from 255 or 26.91% from 457); Green value is 154 (60.55% from 255 or 33.70% from 457); Blue value is 180 (70.70% from 255 or 39.39% from 457); Max value from RGB is 180 - color contains mainly: blue. Hex color #7B9AB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B9AB4 is #84654B. Grayscale: #939393. Windows color (decimal): -8676684 or 11836027. OLE color: 11836027.
HSL color Cylindrical-coordinate representation of color #7B9AB4: hue angle of 207.37º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7B9AB4 is Cyan = 0.32, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 123 | 154 | 180 | - |
| CMYK | 0.32 | 0.14 | 0 | 0.29 |
| HSL | 207.37º | 0.28% | 0.59% | - |
| HSV(B) | 207.37º | 0.32% | 0.71% | - |
| XYZ | 27.96 | 30.62 | 47.62 | - |
| YUV | 147.7 | 146.23 | 110.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 154 | 180 | 0.32 | 0.14 | 0 | 0.29 | 207.37 | 0.28 | 0.59 |
| Hex | 7B | 9A | B4 | 20 | E | 0 | 1D | CF | 1C | 3B |
| Octal | 173 | 232 | 264 | 40 | 16 | 0 | 35 | 317 | 34 | 73 |
| Binary | 1111011 | 10011010 | 10110100 | 100000 | 1110 | 0 | 11101 | 11001111 | 11100 | 111011 |
Color Harmonies of #7B9AB4
Complementary color
Monochromatic Colors of #7B9AB4
Black with #7B9AB4
Text Example
Text Example
White with #7B9AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9AB4; }
p { color: rgb(123,154,180); }
H1.HeaderClassName
{
color: #7B9AB4;
}
.AnyTagClassName
{
color: #7B9AB4;
}
</style>
background-color css
<style>
a { background-color: #7B9AB4; }
a { background-color: rgb(123,154,180); }
div.DivClassName
{
background-color: #7B9AB4;
}
.BgClassName
{
background-color: #7B9AB4;
}
</style>
border-color css
<style>
span { border-color: #7B9AB4; }
span { border-color: rgb(123,154,180); }
td.TdClassName
{
border-color: #7B9AB4;
}
.TagClassName
{
border-color: #7B9AB4;
}
</style>