Shades of Bali Hai #7795AF
Tints of Bali Hai #7795AF
RGB
CMYK
RGB Variations
Color information
#7795AF (or 0x7795AF) is known color: Bali Hai. HEX triplet: 77, 95 and AF. RGB value is (119,149,175). Sum of RGB (Red+Green+Blue) = 119+149+175=443 (58% of max value = 765). Red value is 119 (46.88% from 255 or 26.86% from 443); Green value is 149 (58.59% from 255 or 33.63% from 443); Blue value is 175 (68.75% from 255 or 39.50% from 443); Max value from RGB is 175 - color contains mainly: blue. Hex color #7795AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7795AF is #886A50. Grayscale: #8E8E8E. Windows color (decimal): -8940113 or 11507063. OLE color: 11507063.
HSL color Cylindrical-coordinate representation of color #7795AF: hue angle of 207.86º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7795AF is Cyan = 0.32, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 119 | 149 | 175 | - |
| CMYK | 0.32 | 0.15 | 0 | 0.31 |
| HSL | 207.86º | 0.26% | 0.58% | - |
| HSV(B) | 207.86º | 0.32% | 0.69% | - |
| XYZ | 26.09 | 28.51 | 44.69 | - |
| YUV | 142.99 | 146.06 | 110.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 149 | 175 | 0.32 | 0.15 | 0 | 0.31 | 207.86 | 0.26 | 0.58 |
| Hex | 77 | 95 | AF | 20 | F | 0 | 1F | D0 | 1A | 3A |
| Octal | 167 | 225 | 257 | 40 | 17 | 0 | 37 | 320 | 32 | 72 |
| Binary | 1110111 | 10010101 | 10101111 | 100000 | 1111 | 0 | 11111 | 11010000 | 11010 | 111010 |
Color Harmonies of #7795AF
Complementary color
Monochromatic Colors of #7795AF
Black with #7795AF
Text Example
Text Example
White with #7795AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7795AF; }
p { color: rgb(119,149,175); }
H1.HeaderClassName
{
color: #7795AF;
}
.AnyTagClassName
{
color: #7795AF;
}
</style>
background-color css
<style>
a { background-color: #7795AF; }
a { background-color: rgb(119,149,175); }
div.DivClassName
{
background-color: #7795AF;
}
.BgClassName
{
background-color: #7795AF;
}
</style>
border-color css
<style>
span { border-color: #7795AF; }
span { border-color: rgb(119,149,175); }
td.TdClassName
{
border-color: #7795AF;
}
.TagClassName
{
border-color: #7795AF;
}
</style>