Shades of Bali Hai #8B9CAA
Tints of Bali Hai #8B9CAA
RGB
CMYK
RGB Variations
Color information
#8B9CAA (or 0x8B9CAA) is known color: Bali Hai. HEX triplet: 8B, 9C and AA. RGB value is (139,156,170). Sum of RGB (Red+Green+Blue) = 139+156+170=465 (61% of max value = 765). Red value is 139 (54.69% from 255 or 29.89% from 465); Green value is 156 (61.33% from 255 or 33.55% 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 #8B9CAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B9CAA is #746355. Grayscale: #989898. Windows color (decimal): -7627606 or 11181195. OLE color: 11181195.
HSL color Cylindrical-coordinate representation of color #8B9CAA: hue angle of 207.1º 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 #8B9CAA is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 139 | 156 | 170 | - |
| CMYK | 0.18 | 0.08 | 0 | 0.33 |
| HSL | 207.1º | 0.15% | 0.61% | - |
| HSV(B) | 207.1º | 0.18% | 0.67% | - |
| XYZ | 29.79 | 32.17 | 42.67 | - |
| YUV | 152.51 | 137.87 | 118.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 156 | 170 | 0.18 | 0.08 | 0 | 0.33 | 207.1 | 0.15 | 0.61 |
| Hex | 8B | 9C | AA | 12 | 8 | 0 | 21 | CF | F | 3D |
| Octal | 213 | 234 | 252 | 22 | 10 | 0 | 41 | 317 | 17 | 75 |
| Binary | 10001011 | 10011100 | 10101010 | 10010 | 1000 | 0 | 100001 | 11001111 | 1111 | 111101 |
Color Harmonies of #8B9CAA
Complementary color
Monochromatic Colors of #8B9CAA
Black with #8B9CAA
Text Example
Text Example
White with #8B9CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B9CAA; }
p { color: rgb(139,156,170); }
H1.HeaderClassName
{
color: #8B9CAA;
}
.AnyTagClassName
{
color: #8B9CAA;
}
</style>
background-color css
<style>
a { background-color: #8B9CAA; }
a { background-color: rgb(139,156,170); }
div.DivClassName
{
background-color: #8B9CAA;
}
.BgClassName
{
background-color: #8B9CAA;
}
</style>
border-color css
<style>
span { border-color: #8B9CAA; }
span { border-color: rgb(139,156,170); }
td.TdClassName
{
border-color: #8B9CAA;
}
.TagClassName
{
border-color: #8B9CAA;
}
</style>