Shades of Bali Hai #7FA5B4
Tints of Bali Hai #7FA5B4
RGB
CMYK
RGB Variations
Color information
#7FA5B4 (or 0x7FA5B4) is known color: Bali Hai. HEX triplet: 7F, A5 and B4. RGB value is (127,165,180). Sum of RGB (Red+Green+Blue) = 127+165+180=472 (62% of max value = 765). Red value is 127 (50% from 255 or 26.91% from 472); Green value is 165 (64.84% from 255 or 34.96% from 472); Blue value is 180 (70.70% from 255 or 38.14% from 472); Max value from RGB is 180 - color contains mainly: blue. Hex color #7FA5B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FA5B4 is #805A4B. Grayscale: #9B9B9B. Windows color (decimal): -8411724 or 11838847. OLE color: 11838847.
HSL color Cylindrical-coordinate representation of color #7FA5B4: hue angle of 196.98º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7FA5B4 is Cyan = 0.29, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 127 | 165 | 180 | - |
| CMYK | 0.29 | 0.08 | 0 | 0.29 |
| HSL | 196.98º | 0.26% | 0.6% | - |
| HSV(B) | 196.98º | 0.29% | 0.71% | - |
| XYZ | 30.45 | 34.72 | 48.28 | - |
| YUV | 155.35 | 141.91 | 107.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 165 | 180 | 0.29 | 0.08 | 0 | 0.29 | 196.98 | 0.26 | 0.6 |
| Hex | 7F | A5 | B4 | 1D | 8 | 0 | 1D | C5 | 1A | 3C |
| Octal | 177 | 245 | 264 | 35 | 10 | 0 | 35 | 305 | 32 | 74 |
| Binary | 1111111 | 10100101 | 10110100 | 11101 | 1000 | 0 | 11101 | 11000101 | 11010 | 111100 |
Color Harmonies of #7FA5B4
Complementary color
Monochromatic Colors of #7FA5B4
Black with #7FA5B4
Text Example
Text Example
White with #7FA5B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA5B4; }
p { color: rgb(127,165,180); }
H1.HeaderClassName
{
color: #7FA5B4;
}
.AnyTagClassName
{
color: #7FA5B4;
}
</style>
background-color css
<style>
a { background-color: #7FA5B4; }
a { background-color: rgb(127,165,180); }
div.DivClassName
{
background-color: #7FA5B4;
}
.BgClassName
{
background-color: #7FA5B4;
}
</style>
border-color css
<style>
span { border-color: #7FA5B4; }
span { border-color: rgb(127,165,180); }
td.TdClassName
{
border-color: #7FA5B4;
}
.TagClassName
{
border-color: #7FA5B4;
}
</style>