Shades of Bali Hai #8B9AAA
Tints of Bali Hai #8B9AAA
RGB
CMYK
RGB Variations
Color information
#8B9AAA (or 0x8B9AAA) is known color: Bali Hai. HEX triplet: 8B, 9A and AA. RGB value is (139,154,170). Sum of RGB (Red+Green+Blue) = 139+154+170=463 (61% of max value = 765). Red value is 139 (54.69% from 255 or 30.02% from 463); Green value is 154 (60.55% from 255 or 33.26% from 463); Blue value is 170 (66.80% from 255 or 36.72% from 463); Max value from RGB is 170 - color contains mainly: blue. Hex color #8B9AAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B9AAA is #746555. Grayscale: #979797. Windows color (decimal): -7628118 or 11180683. OLE color: 11180683.
HSL color Cylindrical-coordinate representation of color #8B9AAA: hue angle of 210.97º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8B9AAA is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 139 | 154 | 170 | - |
| CMYK | 0.18 | 0.09 | 0 | 0.33 |
| HSL | 210.97º | 0.15% | 0.61% | - |
| HSV(B) | 210.97º | 0.18% | 0.67% | - |
| XYZ | 29.46 | 31.5 | 42.56 | - |
| YUV | 151.34 | 138.53 | 119.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 154 | 170 | 0.18 | 0.09 | 0 | 0.33 | 210.97 | 0.15 | 0.61 |
| Hex | 8B | 9A | AA | 12 | 9 | 0 | 21 | D3 | F | 3D |
| Octal | 213 | 232 | 252 | 22 | 11 | 0 | 41 | 323 | 17 | 75 |
| Binary | 10001011 | 10011010 | 10101010 | 10010 | 1001 | 0 | 100001 | 11010011 | 1111 | 111101 |
Color Harmonies of #8B9AAA
Complementary color
Monochromatic Colors of #8B9AAA
Black with #8B9AAA
Text Example
Text Example
White with #8B9AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B9AAA; }
p { color: rgb(139,154,170); }
H1.HeaderClassName
{
color: #8B9AAA;
}
.AnyTagClassName
{
color: #8B9AAA;
}
</style>
background-color css
<style>
a { background-color: #8B9AAA; }
a { background-color: rgb(139,154,170); }
div.DivClassName
{
background-color: #8B9AAA;
}
.BgClassName
{
background-color: #8B9AAA;
}
</style>
border-color css
<style>
span { border-color: #8B9AAA; }
span { border-color: rgb(139,154,170); }
td.TdClassName
{
border-color: #8B9AAA;
}
.TagClassName
{
border-color: #8B9AAA;
}
</style>