Shades of Bali Hai #7F9BB1
Tints of Bali Hai #7F9BB1
RGB
CMYK
RGB Variations
Color information
#7F9BB1 (or 0x7F9BB1) is known color: Bali Hai. HEX triplet: 7F, 9B and B1. RGB value is (127,155,177). Sum of RGB (Red+Green+Blue) = 127+155+177=459 (60% of max value = 765). Red value is 127 (50% from 255 or 27.67% from 459); Green value is 155 (60.94% from 255 or 33.77% from 459); Blue value is 177 (69.53% from 255 or 38.56% from 459); Max value from RGB is 177 - color contains mainly: blue. Hex color #7F9BB1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F9BB1 is #80644E. Grayscale: #959595. Windows color (decimal): -8414287 or 11639679. OLE color: 11639679.
HSL color Cylindrical-coordinate representation of color #7F9BB1: hue angle of 206.4º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7F9BB1 is Cyan = 0.28, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 127 | 155 | 177 | - |
| CMYK | 0.28 | 0.12 | 0 | 0.31 |
| HSL | 206.4º | 0.24% | 0.6% | - |
| HSV(B) | 206.4º | 0.28% | 0.69% | - |
| XYZ | 28.41 | 31.13 | 46.11 | - |
| YUV | 149.14 | 143.72 | 112.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 155 | 177 | 0.28 | 0.12 | 0 | 0.31 | 206.4 | 0.24 | 0.6 |
| Hex | 7F | 9B | B1 | 1C | C | 0 | 1F | CE | 18 | 3C |
| Octal | 177 | 233 | 261 | 34 | 14 | 0 | 37 | 316 | 30 | 74 |
| Binary | 1111111 | 10011011 | 10110001 | 11100 | 1100 | 0 | 11111 | 11001110 | 11000 | 111100 |
Color Harmonies of #7F9BB1
Complementary color
Monochromatic Colors of #7F9BB1
Black with #7F9BB1
Text Example
Text Example
White with #7F9BB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9BB1; }
p { color: rgb(127,155,177); }
H1.HeaderClassName
{
color: #7F9BB1;
}
.AnyTagClassName
{
color: #7F9BB1;
}
</style>
background-color css
<style>
a { background-color: #7F9BB1; }
a { background-color: rgb(127,155,177); }
div.DivClassName
{
background-color: #7F9BB1;
}
.BgClassName
{
background-color: #7F9BB1;
}
</style>
border-color css
<style>
span { border-color: #7F9BB1; }
span { border-color: rgb(127,155,177); }
td.TdClassName
{
border-color: #7F9BB1;
}
.TagClassName
{
border-color: #7F9BB1;
}
</style>