Shades of Bali Hai #7FA2B0
Tints of Bali Hai #7FA2B0
RGB
CMYK
RGB Variations
Color information
#7FA2B0 (or 0x7FA2B0) is known color: Bali Hai. HEX triplet: 7F, A2 and B0. RGB value is (127,162,176). Sum of RGB (Red+Green+Blue) = 127+162+176=465 (61% of max value = 765). Red value is 127 (50% from 255 or 27.31% from 465); Green value is 162 (63.67% from 255 or 34.84% from 465); Blue value is 176 (69.14% from 255 or 37.85% from 465); Max value from RGB is 176 - color contains mainly: blue. Hex color #7FA2B0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FA2B0 is #805D4F. Grayscale: #999999. Windows color (decimal): -8412496 or 11575935. OLE color: 11575935.
HSL color Cylindrical-coordinate representation of color #7FA2B0: hue angle of 197.14º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7FA2B0 is Cyan = 0.28, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 127 | 162 | 176 | - |
| CMYK | 0.28 | 0.08 | 0 | 0.31 |
| HSL | 197.14º | 0.24% | 0.59% | - |
| HSV(B) | 197.14º | 0.28% | 0.69% | - |
| XYZ | 29.51 | 33.49 | 45.98 | - |
| YUV | 153.13 | 140.9 | 109.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 162 | 176 | 0.28 | 0.08 | 0 | 0.31 | 197.14 | 0.24 | 0.59 |
| Hex | 7F | A2 | B0 | 1C | 8 | 0 | 1F | C5 | 18 | 3B |
| Octal | 177 | 242 | 260 | 34 | 10 | 0 | 37 | 305 | 30 | 73 |
| Binary | 1111111 | 10100010 | 10110000 | 11100 | 1000 | 0 | 11111 | 11000101 | 11000 | 111011 |
Color Harmonies of #7FA2B0
Complementary color
Monochromatic Colors of #7FA2B0
Black with #7FA2B0
Text Example
Text Example
White with #7FA2B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA2B0; }
p { color: rgb(127,162,176); }
H1.HeaderClassName
{
color: #7FA2B0;
}
.AnyTagClassName
{
color: #7FA2B0;
}
</style>
background-color css
<style>
a { background-color: #7FA2B0; }
a { background-color: rgb(127,162,176); }
div.DivClassName
{
background-color: #7FA2B0;
}
.BgClassName
{
background-color: #7FA2B0;
}
</style>
border-color css
<style>
span { border-color: #7FA2B0; }
span { border-color: rgb(127,162,176); }
td.TdClassName
{
border-color: #7FA2B0;
}
.TagClassName
{
border-color: #7FA2B0;
}
</style>