Shades of Bali Hai #7A93A9
Tints of Bali Hai #7A93A9
RGB
CMYK
RGB Variations
Color information
#7A93A9 (or 0x7A93A9) is known color: Bali Hai. HEX triplet: 7A, 93 and A9. RGB value is (122,147,169). Sum of RGB (Red+Green+Blue) = 122+147+169=438 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.85% from 438); Green value is 147 (57.81% from 255 or 33.56% from 438); Blue value is 169 (66.41% from 255 or 38.58% from 438); Max value from RGB is 169 - color contains mainly: blue. Hex color #7A93A9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A93A9 is #856C56. Grayscale: #8D8D8D. Windows color (decimal): -8744023 or 11113338. OLE color: 11113338.
HSL color Cylindrical-coordinate representation of color #7A93A9: hue angle of 208.09º degrees, saturation: 0.21, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7A93A9 is Cyan = 0.28, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 122 | 147 | 169 | - |
| CMYK | 0.28 | 0.13 | 0 | 0.34 |
| HSL | 208.09º | 0.21% | 0.57% | - |
| HSV(B) | 208.09º | 0.28% | 0.66% | - |
| XYZ | 25.62 | 27.87 | 41.57 | - |
| YUV | 142.03 | 143.22 | 113.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 147 | 169 | 0.28 | 0.13 | 0 | 0.34 | 208.09 | 0.21 | 0.57 |
| Hex | 7A | 93 | A9 | 1C | D | 0 | 22 | D0 | 15 | 39 |
| Octal | 172 | 223 | 251 | 34 | 15 | 0 | 42 | 320 | 25 | 71 |
| Binary | 1111010 | 10010011 | 10101001 | 11100 | 1101 | 0 | 100010 | 11010000 | 10101 | 111001 |
Color Harmonies of #7A93A9
Complementary color
Monochromatic Colors of #7A93A9
Black with #7A93A9
Text Example
Text Example
White with #7A93A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A93A9; }
p { color: rgb(122,147,169); }
H1.HeaderClassName
{
color: #7A93A9;
}
.AnyTagClassName
{
color: #7A93A9;
}
</style>
background-color css
<style>
a { background-color: #7A93A9; }
a { background-color: rgb(122,147,169); }
div.DivClassName
{
background-color: #7A93A9;
}
.BgClassName
{
background-color: #7A93A9;
}
</style>
border-color css
<style>
span { border-color: #7A93A9; }
span { border-color: rgb(122,147,169); }
td.TdClassName
{
border-color: #7A93A9;
}
.TagClassName
{
border-color: #7A93A9;
}
</style>