Shades of Bali Hai #7F9FB3
Tints of Bali Hai #7F9FB3
RGB
CMYK
RGB Variations
Color information
#7F9FB3 (or 0x7F9FB3) is known color: Bali Hai. HEX triplet: 7F, 9F and B3. RGB value is (127,159,179). Sum of RGB (Red+Green+Blue) = 127+159+179=465 (61% of max value = 765). Red value is 127 (50% from 255 or 27.31% from 465); Green value is 159 (62.5% from 255 or 34.19% from 465); Blue value is 179 (70.31% from 255 or 38.49% from 465); Max value from RGB is 179 - color contains mainly: blue. Hex color #7F9FB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F9FB3 is #80604C. Grayscale: #979797. Windows color (decimal): -8413261 or 11771775. OLE color: 11771775.
HSL color Cylindrical-coordinate representation of color #7F9FB3: hue angle of 203.08º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7F9FB3 is Cyan = 0.29, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 127 | 159 | 179 | - |
| CMYK | 0.29 | 0.11 | 0 | 0.30 |
| HSL | 203.08º | 0.25% | 0.6% | - |
| HSV(B) | 203.08º | 0.29% | 0.7% | - |
| XYZ | 29.29 | 32.56 | 47.39 | - |
| YUV | 151.71 | 143.4 | 110.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 159 | 179 | 0.29 | 0.11 | 0 | 0.30 | 203.08 | 0.25 | 0.6 |
| Hex | 7F | 9F | B3 | 1D | B | 0 | 1E | CB | 19 | 3C |
| Octal | 177 | 237 | 263 | 35 | 13 | 0 | 36 | 313 | 31 | 74 |
| Binary | 1111111 | 10011111 | 10110011 | 11101 | 1011 | 0 | 11110 | 11001011 | 11001 | 111100 |
Color Harmonies of #7F9FB3
Complementary color
Monochromatic Colors of #7F9FB3
Black with #7F9FB3
Text Example
Text Example
White with #7F9FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9FB3; }
p { color: rgb(127,159,179); }
H1.HeaderClassName
{
color: #7F9FB3;
}
.AnyTagClassName
{
color: #7F9FB3;
}
</style>
background-color css
<style>
a { background-color: #7F9FB3; }
a { background-color: rgb(127,159,179); }
div.DivClassName
{
background-color: #7F9FB3;
}
.BgClassName
{
background-color: #7F9FB3;
}
</style>
border-color css
<style>
span { border-color: #7F9FB3; }
span { border-color: rgb(127,159,179); }
td.TdClassName
{
border-color: #7F9FB3;
}
.TagClassName
{
border-color: #7F9FB3;
}
</style>