Shades of Bali Hai #7FA1AC
Tints of Bali Hai #7FA1AC
RGB
CMYK
RGB Variations
Color information
#7FA1AC (or 0x7FA1AC) is known color: Bali Hai. HEX triplet: 7F, A1 and AC. RGB value is (127,161,172). Sum of RGB (Red+Green+Blue) = 127+161+172=460 (60% of max value = 765). Red value is 127 (50% from 255 or 27.61% from 460); Green value is 161 (63.28% from 255 or 35% from 460); Blue value is 172 (67.58% from 255 or 37.39% from 460); Max value from RGB is 172 - color contains mainly: blue. Hex color #7FA1AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FA1AC is #805E53. Grayscale: #989898. Windows color (decimal): -8412756 or 11313535. OLE color: 11313535.
HSL color Cylindrical-coordinate representation of color #7FA1AC: hue angle of 194.67º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7FA1AC is Cyan = 0.26, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 127 | 161 | 172 | - |
| CMYK | 0.26 | 0.06 | 0 | 0.33 |
| HSL | 194.67º | 0.21% | 0.59% | - |
| HSV(B) | 194.67º | 0.26% | 0.67% | - |
| XYZ | 28.94 | 32.98 | 43.87 | - |
| YUV | 152.09 | 139.24 | 110.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 161 | 172 | 0.26 | 0.06 | 0 | 0.33 | 194.67 | 0.21 | 0.59 |
| Hex | 7F | A1 | AC | 1A | 6 | 0 | 21 | C3 | 15 | 3B |
| Octal | 177 | 241 | 254 | 32 | 6 | 0 | 41 | 303 | 25 | 73 |
| Binary | 1111111 | 10100001 | 10101100 | 11010 | 110 | 0 | 100001 | 11000011 | 10101 | 111011 |
Color Harmonies of #7FA1AC
Complementary color
Monochromatic Colors of #7FA1AC
Black with #7FA1AC
Text Example
Text Example
White with #7FA1AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA1AC; }
p { color: rgb(127,161,172); }
H1.HeaderClassName
{
color: #7FA1AC;
}
.AnyTagClassName
{
color: #7FA1AC;
}
</style>
background-color css
<style>
a { background-color: #7FA1AC; }
a { background-color: rgb(127,161,172); }
div.DivClassName
{
background-color: #7FA1AC;
}
.BgClassName
{
background-color: #7FA1AC;
}
</style>
border-color css
<style>
span { border-color: #7FA1AC; }
span { border-color: rgb(127,161,172); }
td.TdClassName
{
border-color: #7FA1AC;
}
.TagClassName
{
border-color: #7FA1AC;
}
</style>