Shades of Bali Hai #7F9BAB
Tints of Bali Hai #7F9BAB
RGB
CMYK
RGB Variations
Color information
#7F9BAB (or 0x7F9BAB) is known color: Bali Hai. HEX triplet: 7F, 9B and AB. RGB value is (127,155,171). Sum of RGB (Red+Green+Blue) = 127+155+171=453 (60% of max value = 765). Red value is 127 (50% from 255 or 28.04% from 453); Green value is 155 (60.94% from 255 or 34.22% from 453); Blue value is 171 (67.19% from 255 or 37.75% from 453); Max value from RGB is 171 - color contains mainly: blue. Hex color #7F9BAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F9BAB is #806454. Grayscale: #949494. Windows color (decimal): -8414293 or 11246463. OLE color: 11246463.
HSL color Cylindrical-coordinate representation of color #7F9BAB: hue angle of 201.82º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7F9BAB is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 127 | 155 | 171 | - |
| CMYK | 0.26 | 0.09 | 0 | 0.33 |
| HSL | 201.82º | 0.21% | 0.58% | - |
| HSV(B) | 201.82º | 0.26% | 0.67% | - |
| XYZ | 27.82 | 30.89 | 43.02 | - |
| YUV | 148.45 | 140.72 | 112.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 155 | 171 | 0.26 | 0.09 | 0 | 0.33 | 201.82 | 0.21 | 0.58 |
| Hex | 7F | 9B | AB | 1A | 9 | 0 | 21 | CA | 15 | 3A |
| Octal | 177 | 233 | 253 | 32 | 11 | 0 | 41 | 312 | 25 | 72 |
| Binary | 1111111 | 10011011 | 10101011 | 11010 | 1001 | 0 | 100001 | 11001010 | 10101 | 111010 |
Color Harmonies of #7F9BAB
Complementary color
Monochromatic Colors of #7F9BAB
Black with #7F9BAB
Text Example
Text Example
White with #7F9BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9BAB; }
p { color: rgb(127,155,171); }
H1.HeaderClassName
{
color: #7F9BAB;
}
.AnyTagClassName
{
color: #7F9BAB;
}
</style>
background-color css
<style>
a { background-color: #7F9BAB; }
a { background-color: rgb(127,155,171); }
div.DivClassName
{
background-color: #7F9BAB;
}
.BgClassName
{
background-color: #7F9BAB;
}
</style>
border-color css
<style>
span { border-color: #7F9BAB; }
span { border-color: rgb(127,155,171); }
td.TdClassName
{
border-color: #7F9BAB;
}
.TagClassName
{
border-color: #7F9BAB;
}
</style>