Shades of Bali Hai #7D99AA
Tints of Bali Hai #7D99AA
RGB
CMYK
RGB Variations
Color information
#7D99AA (or 0x7D99AA) is known color: Bali Hai. HEX triplet: 7D, 99 and AA. RGB value is (125,153,170). Sum of RGB (Red+Green+Blue) = 125+153+170=448 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.90% from 448); Green value is 153 (60.16% from 255 or 34.15% from 448); Blue value is 170 (66.80% from 255 or 37.95% from 448); Max value from RGB is 170 - color contains mainly: blue. Hex color #7D99AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D99AA is #826655. Grayscale: #929292. Windows color (decimal): -8545878 or 11180413. OLE color: 11180413.
HSL color Cylindrical-coordinate representation of color #7D99AA: hue angle of 202.67º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7D99AA is Cyan = 0.26, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 125 | 153 | 170 | - |
| CMYK | 0.26 | 0.1 | 0 | 0.33 |
| HSL | 202.67º | 0.21% | 0.58% | - |
| HSV(B) | 202.67º | 0.26% | 0.67% | - |
| XYZ | 27.1 | 30.04 | 42.4 | - |
| YUV | 146.57 | 141.22 | 112.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 153 | 170 | 0.26 | 0.1 | 0 | 0.33 | 202.67 | 0.21 | 0.58 |
| Hex | 7D | 99 | AA | 1A | A | 0 | 21 | CB | 15 | 3A |
| Octal | 175 | 231 | 252 | 32 | 12 | 0 | 41 | 313 | 25 | 72 |
| Binary | 1111101 | 10011001 | 10101010 | 11010 | 1010 | 0 | 100001 | 11001011 | 10101 | 111010 |
Color Harmonies of #7D99AA
Complementary color
Monochromatic Colors of #7D99AA
Black with #7D99AA
Text Example
Text Example
White with #7D99AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D99AA; }
p { color: rgb(125,153,170); }
H1.HeaderClassName
{
color: #7D99AA;
}
.AnyTagClassName
{
color: #7D99AA;
}
</style>
background-color css
<style>
a { background-color: #7D99AA; }
a { background-color: rgb(125,153,170); }
div.DivClassName
{
background-color: #7D99AA;
}
.BgClassName
{
background-color: #7D99AA;
}
</style>
border-color css
<style>
span { border-color: #7D99AA; }
span { border-color: rgb(125,153,170); }
td.TdClassName
{
border-color: #7D99AA;
}
.TagClassName
{
border-color: #7D99AA;
}
</style>