Shades of Bali Hai #7FA3BC
Tints of Bali Hai #7FA3BC
RGB
CMYK
RGB Variations
Color information
#7FA3BC (or 0x7FA3BC) is known color: Bali Hai. HEX triplet: 7F, A3 and BC. RGB value is (127,163,188). Sum of RGB (Red+Green+Blue) = 127+163+188=478 (63% of max value = 765). Red value is 127 (50% from 255 or 26.57% from 478); Green value is 163 (64.06% from 255 or 34.10% from 478); Blue value is 188 (73.83% from 255 or 39.33% from 478); Max value from RGB is 188 - color contains mainly: blue. Hex color #7FA3BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FA3BC is #805C43. Grayscale: #9A9A9A. Windows color (decimal): -8412228 or 12362623. OLE color: 12362623.
HSL color Cylindrical-coordinate representation of color #7FA3BC: hue angle of 204.59º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7FA3BC is Cyan = 0.32, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 163 | 188 | - |
| CMYK | 0.32 | 0.13 | 0 | 0.26 |
| HSL | 204.59º | 0.31% | 0.62% | - |
| HSV(B) | 204.59º | 0.32% | 0.74% | - |
| XYZ | 30.93 | 34.34 | 52.57 | - |
| YUV | 155.09 | 146.57 | 107.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 163 | 188 | 0.32 | 0.13 | 0 | 0.26 | 204.59 | 0.31 | 0.62 |
| Hex | 7F | A3 | BC | 20 | D | 0 | 1A | CD | 1F | 3E |
| Octal | 177 | 243 | 274 | 40 | 15 | 0 | 32 | 315 | 37 | 76 |
| Binary | 1111111 | 10100011 | 10111100 | 100000 | 1101 | 0 | 11010 | 11001101 | 11111 | 111110 |
Color Harmonies of #7FA3BC
Complementary color
Monochromatic Colors of #7FA3BC
Black with #7FA3BC
Text Example
Text Example
White with #7FA3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA3BC; }
p { color: rgb(127,163,188); }
H1.HeaderClassName
{
color: #7FA3BC;
}
.AnyTagClassName
{
color: #7FA3BC;
}
</style>
background-color css
<style>
a { background-color: #7FA3BC; }
a { background-color: rgb(127,163,188); }
div.DivClassName
{
background-color: #7FA3BC;
}
.BgClassName
{
background-color: #7FA3BC;
}
</style>
border-color css
<style>
span { border-color: #7FA3BC; }
span { border-color: rgb(127,163,188); }
td.TdClassName
{
border-color: #7FA3BC;
}
.TagClassName
{
border-color: #7FA3BC;
}
</style>