Shades of Bali Hai #7FA2AF
Tints of Bali Hai #7FA2AF
RGB
CMYK
RGB Variations
Color information
#7FA2AF (or 0x7FA2AF) is known color: Bali Hai. HEX triplet: 7F, A2 and AF. RGB value is (127,162,175). Sum of RGB (Red+Green+Blue) = 127+162+175=464 (61% of max value = 765). Red value is 127 (50% from 255 or 27.37% from 464); Green value is 162 (63.67% from 255 or 34.91% from 464); Blue value is 175 (68.75% from 255 or 37.72% from 464); Max value from RGB is 175 - color contains mainly: blue. Hex color #7FA2AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FA2AF is #805D50. Grayscale: #989898. Windows color (decimal): -8412497 or 11510399. OLE color: 11510399.
HSL color Cylindrical-coordinate representation of color #7FA2AF: hue angle of 196.25º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7FA2AF is Cyan = 0.27, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 127 | 162 | 175 | - |
| CMYK | 0.27 | 0.07 | 0 | 0.31 |
| HSL | 196.25º | 0.23% | 0.59% | - |
| HSV(B) | 196.25º | 0.27% | 0.69% | - |
| XYZ | 29.41 | 33.45 | 45.46 | - |
| YUV | 153.02 | 140.4 | 109.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 162 | 175 | 0.27 | 0.07 | 0 | 0.31 | 196.25 | 0.23 | 0.59 |
| Hex | 7F | A2 | AF | 1B | 7 | 0 | 1F | C4 | 17 | 3B |
| Octal | 177 | 242 | 257 | 33 | 7 | 0 | 37 | 304 | 27 | 73 |
| Binary | 1111111 | 10100010 | 10101111 | 11011 | 111 | 0 | 11111 | 11000100 | 10111 | 111011 |
Color Harmonies of #7FA2AF
Complementary color
Monochromatic Colors of #7FA2AF
Black with #7FA2AF
Text Example
Text Example
White with #7FA2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA2AF; }
p { color: rgb(127,162,175); }
H1.HeaderClassName
{
color: #7FA2AF;
}
.AnyTagClassName
{
color: #7FA2AF;
}
</style>
background-color css
<style>
a { background-color: #7FA2AF; }
a { background-color: rgb(127,162,175); }
div.DivClassName
{
background-color: #7FA2AF;
}
.BgClassName
{
background-color: #7FA2AF;
}
</style>
border-color css
<style>
span { border-color: #7FA2AF; }
span { border-color: rgb(127,162,175); }
td.TdClassName
{
border-color: #7FA2AF;
}
.TagClassName
{
border-color: #7FA2AF;
}
</style>