Shades of Bali Hai #7995AD
Tints of Bali Hai #7995AD
RGB
CMYK
RGB Variations
Color information
#7995AD (or 0x7995AD) is known color: Bali Hai. HEX triplet: 79, 95 and AD. RGB value is (121,149,173). Sum of RGB (Red+Green+Blue) = 121+149+173=443 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.31% from 443); Green value is 149 (58.59% from 255 or 33.63% from 443); Blue value is 173 (67.97% from 255 or 39.05% from 443); Max value from RGB is 173 - color contains mainly: blue. Hex color #7995AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7995AD is #866A52. Grayscale: #8F8F8F. Windows color (decimal): -8809043 or 11375993. OLE color: 11375993.
HSL color Cylindrical-coordinate representation of color #7995AD: hue angle of 207.69º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7995AD is Cyan = 0.30, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 121 | 149 | 173 | - |
| CMYK | 0.30 | 0.14 | 0 | 0.32 |
| HSL | 207.69º | 0.24% | 0.58% | - |
| HSV(B) | 207.69º | 0.3% | 0.68% | - |
| XYZ | 26.18 | 28.58 | 43.67 | - |
| YUV | 143.36 | 144.72 | 112.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 149 | 173 | 0.30 | 0.14 | 0 | 0.32 | 207.69 | 0.24 | 0.58 |
| Hex | 79 | 95 | AD | 1E | E | 0 | 20 | D0 | 18 | 3A |
| Octal | 171 | 225 | 255 | 36 | 16 | 0 | 40 | 320 | 30 | 72 |
| Binary | 1111001 | 10010101 | 10101101 | 11110 | 1110 | 0 | 100000 | 11010000 | 11000 | 111010 |
Color Harmonies of #7995AD
Complementary color
Monochromatic Colors of #7995AD
Black with #7995AD
Text Example
Text Example
White with #7995AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7995AD; }
p { color: rgb(121,149,173); }
H1.HeaderClassName
{
color: #7995AD;
}
.AnyTagClassName
{
color: #7995AD;
}
</style>
background-color css
<style>
a { background-color: #7995AD; }
a { background-color: rgb(121,149,173); }
div.DivClassName
{
background-color: #7995AD;
}
.BgClassName
{
background-color: #7995AD;
}
</style>
border-color css
<style>
span { border-color: #7995AD; }
span { border-color: rgb(121,149,173); }
td.TdClassName
{
border-color: #7995AD;
}
.TagClassName
{
border-color: #7995AD;
}
</style>