Shades of Bali Hai #7F9CA4
Tints of Bali Hai #7F9CA4
RGB
CMYK
RGB Variations
Color information
#7F9CA4 (or 0x7F9CA4) is known color: Bali Hai. HEX triplet: 7F, 9C and A4. RGB value is (127,156,164). Sum of RGB (Red+Green+Blue) = 127+156+164=447 (59% of max value = 765). Red value is 127 (50% from 255 or 28.41% from 447); Green value is 156 (61.33% from 255 or 34.90% from 447); Blue value is 164 (64.45% from 255 or 36.69% from 447); Max value from RGB is 164 - color contains mainly: blue. Hex color #7F9CA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F9CA4 is #80635B. Grayscale: #949494. Windows color (decimal): -8414044 or 10787967. OLE color: 10787967.
HSL color Cylindrical-coordinate representation of color #7F9CA4: hue angle of 192.97º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7F9CA4 is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 127 | 156 | 164 | - |
| CMYK | 0.23 | 0.05 | 0 | 0.36 |
| HSL | 192.97º | 0.17% | 0.57% | - |
| HSV(B) | 192.97º | 0.23% | 0.64% | - |
| XYZ | 27.34 | 30.97 | 39.66 | - |
| YUV | 148.24 | 136.89 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 156 | 164 | 0.23 | 0.05 | 0 | 0.36 | 192.97 | 0.17 | 0.57 |
| Hex | 7F | 9C | A4 | 17 | 5 | 0 | 24 | C1 | 11 | 39 |
| Octal | 177 | 234 | 244 | 27 | 5 | 0 | 44 | 301 | 21 | 71 |
| Binary | 1111111 | 10011100 | 10100100 | 10111 | 101 | 0 | 100100 | 11000001 | 10001 | 111001 |
Color Harmonies of #7F9CA4
Complementary color
Monochromatic Colors of #7F9CA4
Black with #7F9CA4
Text Example
Text Example
White with #7F9CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9CA4; }
p { color: rgb(127,156,164); }
H1.HeaderClassName
{
color: #7F9CA4;
}
.AnyTagClassName
{
color: #7F9CA4;
}
</style>
background-color css
<style>
a { background-color: #7F9CA4; }
a { background-color: rgb(127,156,164); }
div.DivClassName
{
background-color: #7F9CA4;
}
.BgClassName
{
background-color: #7F9CA4;
}
</style>
border-color css
<style>
span { border-color: #7F9CA4; }
span { border-color: rgb(127,156,164); }
td.TdClassName
{
border-color: #7F9CA4;
}
.TagClassName
{
border-color: #7F9CA4;
}
</style>