Shades of Bali Hai #7A9ABC
Tints of Bali Hai #7A9ABC
RGB
CMYK
RGB Variations
Color information
#7A9ABC (or 0x7A9ABC) is known color: Bali Hai. HEX triplet: 7A, 9A and BC. RGB value is (122,154,188). Sum of RGB (Red+Green+Blue) = 122+154+188=464 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.29% from 464); Green value is 154 (60.55% from 255 or 33.19% from 464); Blue value is 188 (73.83% from 255 or 40.52% from 464); Max value from RGB is 188 - color contains mainly: blue. Hex color #7A9ABC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A9ABC is #856543. Grayscale: #949494. Windows color (decimal): -8742212 or 12360314. OLE color: 12360314.
HSL color Cylindrical-coordinate representation of color #7A9ABC: hue angle of 210.91º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7A9ABC is Cyan = 0.35, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 122 | 154 | 188 | - |
| CMYK | 0.35 | 0.18 | 0 | 0.26 |
| HSL | 210.91º | 0.33% | 0.61% | - |
| HSV(B) | 210.91º | 0.35% | 0.74% | - |
| XYZ | 28.66 | 30.88 | 52.03 | - |
| YUV | 148.31 | 150.4 | 109.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 154 | 188 | 0.35 | 0.18 | 0 | 0.26 | 210.91 | 0.33 | 0.61 |
| Hex | 7A | 9A | BC | 23 | 12 | 0 | 1A | D3 | 21 | 3D |
| Octal | 172 | 232 | 274 | 43 | 22 | 0 | 32 | 323 | 41 | 75 |
| Binary | 1111010 | 10011010 | 10111100 | 100011 | 10010 | 0 | 11010 | 11010011 | 100001 | 111101 |
Color Harmonies of #7A9ABC
Complementary color
Monochromatic Colors of #7A9ABC
Black with #7A9ABC
Text Example
Text Example
White with #7A9ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9ABC; }
p { color: rgb(122,154,188); }
H1.HeaderClassName
{
color: #7A9ABC;
}
.AnyTagClassName
{
color: #7A9ABC;
}
</style>
background-color css
<style>
a { background-color: #7A9ABC; }
a { background-color: rgb(122,154,188); }
div.DivClassName
{
background-color: #7A9ABC;
}
.BgClassName
{
background-color: #7A9ABC;
}
</style>
border-color css
<style>
span { border-color: #7A9ABC; }
span { border-color: rgb(122,154,188); }
td.TdClassName
{
border-color: #7A9ABC;
}
.TagClassName
{
border-color: #7A9ABC;
}
</style>