Shades of Bali Hai #7B9BBC
Tints of Bali Hai #7B9BBC
RGB
CMYK
RGB Variations
Color information
#7B9BBC (or 0x7B9BBC) is known color: Bali Hai. HEX triplet: 7B, 9B and BC. RGB value is (123,155,188). Sum of RGB (Red+Green+Blue) = 123+155+188=466 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.39% from 466); Green value is 155 (60.94% from 255 or 33.26% from 466); Blue value is 188 (73.83% from 255 or 40.34% from 466); Max value from RGB is 188 - color contains mainly: blue. Hex color #7B9BBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B9BBC is #846443. Grayscale: #959595. Windows color (decimal): -8676420 or 12360571. OLE color: 12360571.
HSL color Cylindrical-coordinate representation of color #7B9BBC: hue angle of 210.46º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7B9BBC is Cyan = 0.35, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 123 | 155 | 188 | - |
| CMYK | 0.35 | 0.18 | 0 | 0.26 |
| HSL | 210.46º | 0.33% | 0.61% | - |
| HSV(B) | 210.46º | 0.35% | 0.74% | - |
| XYZ | 28.97 | 31.28 | 52.09 | - |
| YUV | 149.19 | 149.9 | 109.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 155 | 188 | 0.35 | 0.18 | 0 | 0.26 | 210.46 | 0.33 | 0.61 |
| Hex | 7B | 9B | BC | 23 | 12 | 0 | 1A | D2 | 21 | 3D |
| Octal | 173 | 233 | 274 | 43 | 22 | 0 | 32 | 322 | 41 | 75 |
| Binary | 1111011 | 10011011 | 10111100 | 100011 | 10010 | 0 | 11010 | 11010010 | 100001 | 111101 |
Color Harmonies of #7B9BBC
Complementary color
Monochromatic Colors of #7B9BBC
Black with #7B9BBC
Text Example
Text Example
White with #7B9BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9BBC; }
p { color: rgb(123,155,188); }
H1.HeaderClassName
{
color: #7B9BBC;
}
.AnyTagClassName
{
color: #7B9BBC;
}
</style>
background-color css
<style>
a { background-color: #7B9BBC; }
a { background-color: rgb(123,155,188); }
div.DivClassName
{
background-color: #7B9BBC;
}
.BgClassName
{
background-color: #7B9BBC;
}
</style>
border-color css
<style>
span { border-color: #7B9BBC; }
span { border-color: rgb(123,155,188); }
td.TdClassName
{
border-color: #7B9BBC;
}
.TagClassName
{
border-color: #7B9BBC;
}
</style>