Shades of Bali Hai #7C9DAA
Tints of Bali Hai #7C9DAA
RGB
CMYK
RGB Variations
Color information
#7C9DAA (or 0x7C9DAA) is known color: Bali Hai. HEX triplet: 7C, 9D and AA. RGB value is (124,157,170). Sum of RGB (Red+Green+Blue) = 124+157+170=451 (59% of max value = 765). Red value is 124 (48.83% from 255 or 27.49% from 451); Green value is 157 (61.72% from 255 or 34.81% from 451); Blue value is 170 (66.80% from 255 or 37.69% from 451); Max value from RGB is 170 - color contains mainly: blue. Hex color #7C9DAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C9DAA is #836255. Grayscale: #949494. Windows color (decimal): -8610390 or 11181436. OLE color: 11181436.
HSL color Cylindrical-coordinate representation of color #7C9DAA: hue angle of 196.96º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7C9DAA is Cyan = 0.27, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 124 | 157 | 170 | - |
| CMYK | 0.27 | 0.08 | 0 | 0.33 |
| HSL | 196.96º | 0.21% | 0.58% | - |
| HSV(B) | 196.96º | 0.27% | 0.67% | - |
| XYZ | 27.62 | 31.3 | 42.62 | - |
| YUV | 148.62 | 140.07 | 110.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 157 | 170 | 0.27 | 0.08 | 0 | 0.33 | 196.96 | 0.21 | 0.58 |
| Hex | 7C | 9D | AA | 1B | 8 | 0 | 21 | C5 | 15 | 3A |
| Octal | 174 | 235 | 252 | 33 | 10 | 0 | 41 | 305 | 25 | 72 |
| Binary | 1111100 | 10011101 | 10101010 | 11011 | 1000 | 0 | 100001 | 11000101 | 10101 | 111010 |
Color Harmonies of #7C9DAA
Complementary color
Monochromatic Colors of #7C9DAA
Black with #7C9DAA
Text Example
Text Example
White with #7C9DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9DAA; }
p { color: rgb(124,157,170); }
H1.HeaderClassName
{
color: #7C9DAA;
}
.AnyTagClassName
{
color: #7C9DAA;
}
</style>
background-color css
<style>
a { background-color: #7C9DAA; }
a { background-color: rgb(124,157,170); }
div.DivClassName
{
background-color: #7C9DAA;
}
.BgClassName
{
background-color: #7C9DAA;
}
</style>
border-color css
<style>
span { border-color: #7C9DAA; }
span { border-color: rgb(124,157,170); }
td.TdClassName
{
border-color: #7C9DAA;
}
.TagClassName
{
border-color: #7C9DAA;
}
</style>