Shades of Bali Hai #7FA3AF
Tints of Bali Hai #7FA3AF
RGB
CMYK
RGB Variations
Color information
#7FA3AF (or 0x7FA3AF) is known color: Bali Hai. HEX triplet: 7F, A3 and AF. RGB value is (127,163,175). Sum of RGB (Red+Green+Blue) = 127+163+175=465 (61% of max value = 765). Red value is 127 (50% from 255 or 27.31% from 465); Green value is 163 (64.06% from 255 or 35.05% from 465); Blue value is 175 (68.75% from 255 or 37.63% from 465); Max value from RGB is 175 - color contains mainly: blue. Hex color #7FA3AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FA3AF is #805C50. Grayscale: #999999. Windows color (decimal): -8412241 or 11510655. OLE color: 11510655.
HSL color Cylindrical-coordinate representation of color #7FA3AF: hue angle of 195º 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 #7FA3AF is Cyan = 0.27, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 127 | 163 | 175 | - |
| CMYK | 0.27 | 0.07 | 0 | 0.31 |
| HSL | 195º | 0.23% | 0.59% | - |
| HSV(B) | 195º | 0.27% | 0.69% | - |
| XYZ | 29.59 | 33.8 | 45.52 | - |
| YUV | 153.6 | 140.07 | 109.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 163 | 175 | 0.27 | 0.07 | 0 | 0.31 | 195 | 0.23 | 0.59 |
| Hex | 7F | A3 | AF | 1B | 7 | 0 | 1F | C3 | 17 | 3B |
| Octal | 177 | 243 | 257 | 33 | 7 | 0 | 37 | 303 | 27 | 73 |
| Binary | 1111111 | 10100011 | 10101111 | 11011 | 111 | 0 | 11111 | 11000011 | 10111 | 111011 |
Color Harmonies of #7FA3AF
Complementary color
Monochromatic Colors of #7FA3AF
Black with #7FA3AF
Text Example
Text Example
White with #7FA3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA3AF; }
p { color: rgb(127,163,175); }
H1.HeaderClassName
{
color: #7FA3AF;
}
.AnyTagClassName
{
color: #7FA3AF;
}
</style>
background-color css
<style>
a { background-color: #7FA3AF; }
a { background-color: rgb(127,163,175); }
div.DivClassName
{
background-color: #7FA3AF;
}
.BgClassName
{
background-color: #7FA3AF;
}
</style>
border-color css
<style>
span { border-color: #7FA3AF; }
span { border-color: rgb(127,163,175); }
td.TdClassName
{
border-color: #7FA3AF;
}
.TagClassName
{
border-color: #7FA3AF;
}
</style>