Shades of Bali Hai #7C9CB5
Tints of Bali Hai #7C9CB5
RGB
CMYK
RGB Variations
Color information
#7C9CB5 (or 0x7C9CB5) is known color: Bali Hai. HEX triplet: 7C, 9C and B5. RGB value is (124,156,181). Sum of RGB (Red+Green+Blue) = 124+156+181=461 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.90% from 461); Green value is 156 (61.33% from 255 or 33.84% from 461); Blue value is 181 (71.09% from 255 or 39.26% from 461); Max value from RGB is 181 - color contains mainly: blue. Hex color #7C9CB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C9CB5 is #83634A. Grayscale: #959595. Windows color (decimal): -8610635 or 11902076. OLE color: 11902076.
HSL color Cylindrical-coordinate representation of color #7C9CB5: hue angle of 206.32º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7C9CB5 is Cyan = 0.31, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 124 | 156 | 181 | - |
| CMYK | 0.31 | 0.14 | 0 | 0.29 |
| HSL | 206.32º | 0.28% | 0.6% | - |
| HSV(B) | 206.32º | 0.31% | 0.71% | - |
| XYZ | 28.54 | 31.4 | 48.27 | - |
| YUV | 149.28 | 145.9 | 109.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 156 | 181 | 0.31 | 0.14 | 0 | 0.29 | 206.32 | 0.28 | 0.6 |
| Hex | 7C | 9C | B5 | 1F | E | 0 | 1D | CE | 1C | 3C |
| Octal | 174 | 234 | 265 | 37 | 16 | 0 | 35 | 316 | 34 | 74 |
| Binary | 1111100 | 10011100 | 10110101 | 11111 | 1110 | 0 | 11101 | 11001110 | 11100 | 111100 |
Color Harmonies of #7C9CB5
Complementary color
Monochromatic Colors of #7C9CB5
Black with #7C9CB5
Text Example
Text Example
White with #7C9CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9CB5; }
p { color: rgb(124,156,181); }
H1.HeaderClassName
{
color: #7C9CB5;
}
.AnyTagClassName
{
color: #7C9CB5;
}
</style>
background-color css
<style>
a { background-color: #7C9CB5; }
a { background-color: rgb(124,156,181); }
div.DivClassName
{
background-color: #7C9CB5;
}
.BgClassName
{
background-color: #7C9CB5;
}
</style>
border-color css
<style>
span { border-color: #7C9CB5; }
span { border-color: rgb(124,156,181); }
td.TdClassName
{
border-color: #7C9CB5;
}
.TagClassName
{
border-color: #7C9CB5;
}
</style>