Shades of Bali Hai #7F9AAD
Tints of Bali Hai #7F9AAD
RGB
CMYK
RGB Variations
Color information
#7F9AAD (or 0x7F9AAD) is known color: Bali Hai. HEX triplet: 7F, 9A and AD. RGB value is (127,154,173). Sum of RGB (Red+Green+Blue) = 127+154+173=454 (60% of max value = 765). Red value is 127 (50% from 255 or 27.97% from 454); Green value is 154 (60.55% from 255 or 33.92% from 454); Blue value is 173 (67.97% from 255 or 38.11% from 454); Max value from RGB is 173 - color contains mainly: blue. Hex color #7F9AAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F9AAD is #806552. Grayscale: #939393. Windows color (decimal): -8414547 or 11377279. OLE color: 11377279.
HSL color Cylindrical-coordinate representation of color #7F9AAD: hue angle of 204.78º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7F9AAD is Cyan = 0.27, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 127 | 154 | 173 | - |
| CMYK | 0.27 | 0.11 | 0 | 0.32 |
| HSL | 204.78º | 0.22% | 0.59% | - |
| HSV(B) | 204.78º | 0.27% | 0.68% | - |
| XYZ | 27.85 | 30.64 | 43.98 | - |
| YUV | 148.09 | 142.05 | 112.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 154 | 173 | 0.27 | 0.11 | 0 | 0.32 | 204.78 | 0.22 | 0.59 |
| Hex | 7F | 9A | AD | 1B | B | 0 | 20 | CD | 16 | 3B |
| Octal | 177 | 232 | 255 | 33 | 13 | 0 | 40 | 315 | 26 | 73 |
| Binary | 1111111 | 10011010 | 10101101 | 11011 | 1011 | 0 | 100000 | 11001101 | 10110 | 111011 |
Color Harmonies of #7F9AAD
Complementary color
Monochromatic Colors of #7F9AAD
Black with #7F9AAD
Text Example
Text Example
White with #7F9AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9AAD; }
p { color: rgb(127,154,173); }
H1.HeaderClassName
{
color: #7F9AAD;
}
.AnyTagClassName
{
color: #7F9AAD;
}
</style>
background-color css
<style>
a { background-color: #7F9AAD; }
a { background-color: rgb(127,154,173); }
div.DivClassName
{
background-color: #7F9AAD;
}
.BgClassName
{
background-color: #7F9AAD;
}
</style>
border-color css
<style>
span { border-color: #7F9AAD; }
span { border-color: rgb(127,154,173); }
td.TdClassName
{
border-color: #7F9AAD;
}
.TagClassName
{
border-color: #7F9AAD;
}
</style>