Shades of Bali Hai #7C9BBA
Tints of Bali Hai #7C9BBA
RGB
CMYK
RGB Variations
Color information
#7C9BBA (or 0x7C9BBA) is known color: Bali Hai. HEX triplet: 7C, 9B and BA. RGB value is (124,155,186). Sum of RGB (Red+Green+Blue) = 124+155+186=465 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.67% from 465); Green value is 155 (60.94% from 255 or 33.33% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 186 - color contains mainly: blue. Hex color #7C9BBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C9BBA is #836445. Grayscale: #959595. Windows color (decimal): -8610886 or 12229500. OLE color: 12229500.
HSL color Cylindrical-coordinate representation of color #7C9BBA: hue angle of 210º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7C9BBA is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 124 | 155 | 186 | - |
| CMYK | 0.33 | 0.17 | 0 | 0.27 |
| HSL | 210º | 0.31% | 0.61% | - |
| HSV(B) | 210º | 0.33% | 0.73% | - |
| XYZ | 28.9 | 31.27 | 50.97 | - |
| YUV | 149.27 | 148.73 | 109.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 155 | 186 | 0.33 | 0.17 | 0 | 0.27 | 210 | 0.31 | 0.61 |
| Hex | 7C | 9B | BA | 21 | 11 | 0 | 1B | D2 | 1F | 3D |
| Octal | 174 | 233 | 272 | 41 | 21 | 0 | 33 | 322 | 37 | 75 |
| Binary | 1111100 | 10011011 | 10111010 | 100001 | 10001 | 0 | 11011 | 11010010 | 11111 | 111101 |
Color Harmonies of #7C9BBA
Complementary color
Monochromatic Colors of #7C9BBA
Black with #7C9BBA
Text Example
Text Example
White with #7C9BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9BBA; }
p { color: rgb(124,155,186); }
H1.HeaderClassName
{
color: #7C9BBA;
}
.AnyTagClassName
{
color: #7C9BBA;
}
</style>
background-color css
<style>
a { background-color: #7C9BBA; }
a { background-color: rgb(124,155,186); }
div.DivClassName
{
background-color: #7C9BBA;
}
.BgClassName
{
background-color: #7C9BBA;
}
</style>
border-color css
<style>
span { border-color: #7C9BBA; }
span { border-color: rgb(124,155,186); }
td.TdClassName
{
border-color: #7C9BBA;
}
.TagClassName
{
border-color: #7C9BBA;
}
</style>