Shades of Bali Hai #8A9DAA
Tints of Bali Hai #8A9DAA
RGB
CMYK
RGB Variations
Color information
#8A9DAA (or 0x8A9DAA) is known color: Bali Hai. HEX triplet: 8A, 9D and AA. RGB value is (138,157,170). Sum of RGB (Red+Green+Blue) = 138+157+170=465 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.68% from 465); Green value is 157 (61.72% from 255 or 33.76% from 465); Blue value is 170 (66.80% from 255 or 36.56% from 465); Max value from RGB is 170 - color contains mainly: blue. Hex color #8A9DAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A9DAA is #756255. Grayscale: #989898. Windows color (decimal): -7692886 or 11181450. OLE color: 11181450.
HSL color Cylindrical-coordinate representation of color #8A9DAA: hue angle of 204.38º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8A9DAA is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 138 | 157 | 170 | - |
| CMYK | 0.19 | 0.08 | 0 | 0.33 |
| HSL | 204.38º | 0.16% | 0.6% | - |
| HSV(B) | 204.38º | 0.19% | 0.67% | - |
| XYZ | 29.79 | 32.42 | 42.72 | - |
| YUV | 152.8 | 137.71 | 117.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 157 | 170 | 0.19 | 0.08 | 0 | 0.33 | 204.38 | 0.16 | 0.6 |
| Hex | 8A | 9D | AA | 13 | 8 | 0 | 21 | CC | 10 | 3C |
| Octal | 212 | 235 | 252 | 23 | 10 | 0 | 41 | 314 | 20 | 74 |
| Binary | 10001010 | 10011101 | 10101010 | 10011 | 1000 | 0 | 100001 | 11001100 | 10000 | 111100 |
Color Harmonies of #8A9DAA
Complementary color
Monochromatic Colors of #8A9DAA
Black with #8A9DAA
Text Example
Text Example
White with #8A9DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9DAA; }
p { color: rgb(138,157,170); }
H1.HeaderClassName
{
color: #8A9DAA;
}
.AnyTagClassName
{
color: #8A9DAA;
}
</style>
background-color css
<style>
a { background-color: #8A9DAA; }
a { background-color: rgb(138,157,170); }
div.DivClassName
{
background-color: #8A9DAA;
}
.BgClassName
{
background-color: #8A9DAA;
}
</style>
border-color css
<style>
span { border-color: #8A9DAA; }
span { border-color: rgb(138,157,170); }
td.TdClassName
{
border-color: #8A9DAA;
}
.TagClassName
{
border-color: #8A9DAA;
}
</style>