Shades of Bali Hai #8B9DAA
Tints of Bali Hai #8B9DAA
RGB
CMYK
RGB Variations
Color information
#8B9DAA (or 0x8B9DAA) is known color: Bali Hai. HEX triplet: 8B, 9D and AA. RGB value is (139,157,170). Sum of RGB (Red+Green+Blue) = 139+157+170=466 (61% of max value = 765). Red value is 139 (54.69% from 255 or 29.83% from 466); Green value is 157 (61.72% from 255 or 33.69% from 466); Blue value is 170 (66.80% from 255 or 36.48% from 466); Max value from RGB is 170 - color contains mainly: blue. Hex color #8B9DAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B9DAA is #746255. Grayscale: #999999. Windows color (decimal): -7627350 or 11181451. OLE color: 11181451.
HSL color Cylindrical-coordinate representation of color #8B9DAA: hue angle of 205.16º 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 #8B9DAA is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 139 | 157 | 170 | - |
| CMYK | 0.18 | 0.08 | 0 | 0.33 |
| HSL | 205.16º | 0.15% | 0.61% | - |
| HSV(B) | 205.16º | 0.18% | 0.67% | - |
| XYZ | 29.96 | 32.51 | 42.73 | - |
| YUV | 153.1 | 137.54 | 117.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 157 | 170 | 0.18 | 0.08 | 0 | 0.33 | 205.16 | 0.15 | 0.61 |
| Hex | 8B | 9D | AA | 12 | 8 | 0 | 21 | CD | F | 3D |
| Octal | 213 | 235 | 252 | 22 | 10 | 0 | 41 | 315 | 17 | 75 |
| Binary | 10001011 | 10011101 | 10101010 | 10010 | 1000 | 0 | 100001 | 11001101 | 1111 | 111101 |
Color Harmonies of #8B9DAA
Complementary color
Monochromatic Colors of #8B9DAA
Black with #8B9DAA
Text Example
Text Example
White with #8B9DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B9DAA; }
p { color: rgb(139,157,170); }
H1.HeaderClassName
{
color: #8B9DAA;
}
.AnyTagClassName
{
color: #8B9DAA;
}
</style>
background-color css
<style>
a { background-color: #8B9DAA; }
a { background-color: rgb(139,157,170); }
div.DivClassName
{
background-color: #8B9DAA;
}
.BgClassName
{
background-color: #8B9DAA;
}
</style>
border-color css
<style>
span { border-color: #8B9DAA; }
span { border-color: rgb(139,157,170); }
td.TdClassName
{
border-color: #8B9DAA;
}
.TagClassName
{
border-color: #8B9DAA;
}
</style>