Shades of Bali Hai #7C98AB
Tints of Bali Hai #7C98AB
RGB
CMYK
RGB Variations
Color information
#7C98AB (or 0x7C98AB) is known color: Bali Hai. HEX triplet: 7C, 98 and AB. RGB value is (124,152,171). Sum of RGB (Red+Green+Blue) = 124+152+171=447 (59% of max value = 765). Red value is 124 (48.83% from 255 or 27.74% from 447); Green value is 152 (59.77% from 255 or 34.00% from 447); Blue value is 171 (67.19% from 255 or 38.26% from 447); Max value from RGB is 171 - color contains mainly: blue. Hex color #7C98AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C98AB is #836754. Grayscale: #919191. Windows color (decimal): -8611669 or 11245692. OLE color: 11245692.
HSL color Cylindrical-coordinate representation of color #7C98AB: hue angle of 204.26º degrees, saturation: 0.22, 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 #7C98AB is Cyan = 0.27, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 124 | 152 | 171 | - |
| CMYK | 0.27 | 0.11 | 0 | 0.33 |
| HSL | 204.26º | 0.22% | 0.58% | - |
| HSV(B) | 204.26º | 0.27% | 0.67% | - |
| XYZ | 26.89 | 29.68 | 42.84 | - |
| YUV | 145.79 | 142.22 | 112.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 152 | 171 | 0.27 | 0.11 | 0 | 0.33 | 204.26 | 0.22 | 0.58 |
| Hex | 7C | 98 | AB | 1B | B | 0 | 21 | CC | 16 | 3A |
| Octal | 174 | 230 | 253 | 33 | 13 | 0 | 41 | 314 | 26 | 72 |
| Binary | 1111100 | 10011000 | 10101011 | 11011 | 1011 | 0 | 100001 | 11001100 | 10110 | 111010 |
Color Harmonies of #7C98AB
Complementary color
Monochromatic Colors of #7C98AB
Black with #7C98AB
Text Example
Text Example
White with #7C98AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C98AB; }
p { color: rgb(124,152,171); }
H1.HeaderClassName
{
color: #7C98AB;
}
.AnyTagClassName
{
color: #7C98AB;
}
</style>
background-color css
<style>
a { background-color: #7C98AB; }
a { background-color: rgb(124,152,171); }
div.DivClassName
{
background-color: #7C98AB;
}
.BgClassName
{
background-color: #7C98AB;
}
</style>
border-color css
<style>
span { border-color: #7C98AB; }
span { border-color: rgb(124,152,171); }
td.TdClassName
{
border-color: #7C98AB;
}
.TagClassName
{
border-color: #7C98AB;
}
</style>