Shades of Bali Hai #8A9DA8
Tints of Bali Hai #8A9DA8
RGB
CMYK
RGB Variations
Color information
#8A9DA8 (or 0x8A9DA8) is known color: Bali Hai. HEX triplet: 8A, 9D and A8. RGB value is (138,157,168). Sum of RGB (Red+Green+Blue) = 138+157+168=463 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.81% from 463); Green value is 157 (61.72% from 255 or 33.91% from 463); Blue value is 168 (66.02% from 255 or 36.29% from 463); Max value from RGB is 168 - color contains mainly: blue. Hex color #8A9DA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A9DA8 is #756257. Grayscale: #989898. Windows color (decimal): -7692888 or 11050378. OLE color: 11050378.
HSL color Cylindrical-coordinate representation of color #8A9DA8: hue angle of 202º degrees, saturation: 0.15, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8A9DA8 is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 138 | 157 | 168 | - |
| CMYK | 0.18 | 0.07 | 0 | 0.34 |
| HSL | 202º | 0.15% | 0.6% | - |
| HSV(B) | 202º | 0.18% | 0.66% | - |
| XYZ | 29.61 | 32.34 | 41.73 | - |
| YUV | 152.57 | 136.71 | 117.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 157 | 168 | 0.18 | 0.07 | 0 | 0.34 | 202 | 0.15 | 0.6 |
| Hex | 8A | 9D | A8 | 12 | 7 | 0 | 22 | CA | F | 3C |
| Octal | 212 | 235 | 250 | 22 | 7 | 0 | 42 | 312 | 17 | 74 |
| Binary | 10001010 | 10011101 | 10101000 | 10010 | 111 | 0 | 100010 | 11001010 | 1111 | 111100 |
Color Harmonies of #8A9DA8
Complementary color
Monochromatic Colors of #8A9DA8
Black with #8A9DA8
Text Example
Text Example
White with #8A9DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9DA8; }
p { color: rgb(138,157,168); }
H1.HeaderClassName
{
color: #8A9DA8;
}
.AnyTagClassName
{
color: #8A9DA8;
}
</style>
background-color css
<style>
a { background-color: #8A9DA8; }
a { background-color: rgb(138,157,168); }
div.DivClassName
{
background-color: #8A9DA8;
}
.BgClassName
{
background-color: #8A9DA8;
}
</style>
border-color css
<style>
span { border-color: #8A9DA8; }
span { border-color: rgb(138,157,168); }
td.TdClassName
{
border-color: #8A9DA8;
}
.TagClassName
{
border-color: #8A9DA8;
}
</style>