Shades of Bali Hai #7A959D
Tints of Bali Hai #7A959D
RGB
CMYK
RGB Variations
Color information
#7A959D (or 0x7A959D) is known color: Bali Hai. HEX triplet: 7A, 95 and 9D. RGB value is (122,149,157). Sum of RGB (Red+Green+Blue) = 122+149+157=428 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.50% from 428); Green value is 149 (58.59% from 255 or 34.81% from 428); Blue value is 157 (61.72% from 255 or 36.68% from 428); Max value from RGB is 157 - color contains mainly: blue. Hex color #7A959D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A959D is #856A62. Grayscale: #8D8D8D. Windows color (decimal): -8743523 or 10327418. OLE color: 10327418.
HSL color Cylindrical-coordinate representation of color #7A959D: hue angle of 193.71º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7A959D is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 122 | 149 | 157 | - |
| CMYK | 0.22 | 0.05 | 0 | 0.38 |
| HSL | 193.71º | 0.15% | 0.55% | - |
| HSV(B) | 193.71º | 0.22% | 0.62% | - |
| XYZ | 24.86 | 28.07 | 36.01 | - |
| YUV | 141.84 | 136.55 | 113.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 149 | 157 | 0.22 | 0.05 | 0 | 0.38 | 193.71 | 0.15 | 0.55 |
| Hex | 7A | 95 | 9D | 16 | 5 | 0 | 26 | C2 | F | 37 |
| Octal | 172 | 225 | 235 | 26 | 5 | 0 | 46 | 302 | 17 | 67 |
| Binary | 1111010 | 10010101 | 10011101 | 10110 | 101 | 0 | 100110 | 11000010 | 1111 | 110111 |
Color Harmonies of #7A959D
Complementary color
Monochromatic Colors of #7A959D
Black with #7A959D
Text Example
Text Example
White with #7A959D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A959D; }
p { color: rgb(122,149,157); }
H1.HeaderClassName
{
color: #7A959D;
}
.AnyTagClassName
{
color: #7A959D;
}
</style>
background-color css
<style>
a { background-color: #7A959D; }
a { background-color: rgb(122,149,157); }
div.DivClassName
{
background-color: #7A959D;
}
.BgClassName
{
background-color: #7A959D;
}
</style>
border-color css
<style>
span { border-color: #7A959D; }
span { border-color: rgb(122,149,157); }
td.TdClassName
{
border-color: #7A959D;
}
.TagClassName
{
border-color: #7A959D;
}
</style>