Shades of Bali Hai #7C9CAC
Tints of Bali Hai #7C9CAC
RGB
CMYK
RGB Variations
Color information
#7C9CAC (or 0x7C9CAC) is known color: Bali Hai. HEX triplet: 7C, 9C and AC. RGB value is (124,156,172). Sum of RGB (Red+Green+Blue) = 124+156+172=452 (59% of max value = 765). Red value is 124 (48.83% from 255 or 27.43% from 452); Green value is 156 (61.33% from 255 or 34.51% from 452); Blue value is 172 (67.58% from 255 or 38.05% from 452); Max value from RGB is 172 - color contains mainly: blue. Hex color #7C9CAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C9CAC is #836353. Grayscale: #949494. Windows color (decimal): -8610644 or 11312252. OLE color: 11312252.
HSL color Cylindrical-coordinate representation of color #7C9CAC: hue angle of 200º 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 #7C9CAC is Cyan = 0.28, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 124 | 156 | 172 | - |
| CMYK | 0.28 | 0.09 | 0 | 0.33 |
| HSL | 200º | 0.22% | 0.58% | - |
| HSV(B) | 200º | 0.28% | 0.67% | - |
| XYZ | 27.65 | 31.04 | 43.56 | - |
| YUV | 148.26 | 141.4 | 110.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 156 | 172 | 0.28 | 0.09 | 0 | 0.33 | 200 | 0.22 | 0.58 |
| Hex | 7C | 9C | AC | 1C | 9 | 0 | 21 | C8 | 16 | 3A |
| Octal | 174 | 234 | 254 | 34 | 11 | 0 | 41 | 310 | 26 | 72 |
| Binary | 1111100 | 10011100 | 10101100 | 11100 | 1001 | 0 | 100001 | 11001000 | 10110 | 111010 |
Color Harmonies of #7C9CAC
Complementary color
Monochromatic Colors of #7C9CAC
Black with #7C9CAC
Text Example
Text Example
White with #7C9CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9CAC; }
p { color: rgb(124,156,172); }
H1.HeaderClassName
{
color: #7C9CAC;
}
.AnyTagClassName
{
color: #7C9CAC;
}
</style>
background-color css
<style>
a { background-color: #7C9CAC; }
a { background-color: rgb(124,156,172); }
div.DivClassName
{
background-color: #7C9CAC;
}
.BgClassName
{
background-color: #7C9CAC;
}
</style>
border-color css
<style>
span { border-color: #7C9CAC; }
span { border-color: rgb(124,156,172); }
td.TdClassName
{
border-color: #7C9CAC;
}
.TagClassName
{
border-color: #7C9CAC;
}
</style>