Shades of Bali Hai #7F9DB6
Tints of Bali Hai #7F9DB6
RGB
CMYK
RGB Variations
Color information
#7F9DB6 (or 0x7F9DB6) is known color: Bali Hai. HEX triplet: 7F, 9D and B6. RGB value is (127,157,182). Sum of RGB (Red+Green+Blue) = 127+157+182=466 (61% of max value = 765). Red value is 127 (50% from 255 or 27.25% from 466); Green value is 157 (61.72% from 255 or 33.69% from 466); Blue value is 182 (71.48% from 255 or 39.06% from 466); Max value from RGB is 182 - color contains mainly: blue. Hex color #7F9DB6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F9DB6 is #806249. Grayscale: #969696. Windows color (decimal): -8413770 or 11967871. OLE color: 11967871.
HSL color Cylindrical-coordinate representation of color #7F9DB6: hue angle of 207.27º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7F9DB6 is Cyan = 0.30, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 127 | 157 | 182 | - |
| CMYK | 0.30 | 0.14 | 0 | 0.29 |
| HSL | 207.27º | 0.27% | 0.61% | - |
| HSV(B) | 207.27º | 0.3% | 0.71% | - |
| XYZ | 29.25 | 32 | 48.89 | - |
| YUV | 150.88 | 145.56 | 110.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 157 | 182 | 0.30 | 0.14 | 0 | 0.29 | 207.27 | 0.27 | 0.61 |
| Hex | 7F | 9D | B6 | 1E | E | 0 | 1D | CF | 1B | 3D |
| Octal | 177 | 235 | 266 | 36 | 16 | 0 | 35 | 317 | 33 | 75 |
| Binary | 1111111 | 10011101 | 10110110 | 11110 | 1110 | 0 | 11101 | 11001111 | 11011 | 111101 |
Color Harmonies of #7F9DB6
Complementary color
Monochromatic Colors of #7F9DB6
Black with #7F9DB6
Text Example
Text Example
White with #7F9DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9DB6; }
p { color: rgb(127,157,182); }
H1.HeaderClassName
{
color: #7F9DB6;
}
.AnyTagClassName
{
color: #7F9DB6;
}
</style>
background-color css
<style>
a { background-color: #7F9DB6; }
a { background-color: rgb(127,157,182); }
div.DivClassName
{
background-color: #7F9DB6;
}
.BgClassName
{
background-color: #7F9DB6;
}
</style>
border-color css
<style>
span { border-color: #7F9DB6; }
span { border-color: rgb(127,157,182); }
td.TdClassName
{
border-color: #7F9DB6;
}
.TagClassName
{
border-color: #7F9DB6;
}
</style>