Shades of Bali Hai #8495A7
Tints of Bali Hai #8495A7
RGB
CMYK
RGB Variations
Color information
#8495A7 (or 0x8495A7) is known color: Bali Hai. HEX triplet: 84, 95 and A7. RGB value is (132,149,167). Sum of RGB (Red+Green+Blue) = 132+149+167=448 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.46% from 448); Green value is 149 (58.59% from 255 or 33.26% from 448); Blue value is 167 (65.62% from 255 or 37.28% from 448); Max value from RGB is 167 - color contains mainly: blue. Hex color #8495A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8495A7 is #7B6A58. Grayscale: #919191. Windows color (decimal): -8088153 or 10982788. OLE color: 10982788.
HSL color Cylindrical-coordinate representation of color #8495A7: hue angle of 210.86º degrees, saturation: 0.17, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8495A7 is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 132 | 149 | 167 | - |
| CMYK | 0.21 | 0.11 | 0 | 0.35 |
| HSL | 210.86º | 0.17% | 0.59% | - |
| HSV(B) | 210.86º | 0.21% | 0.65% | - |
| XYZ | 27.24 | 29.19 | 40.76 | - |
| YUV | 145.97 | 139.87 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 149 | 167 | 0.21 | 0.11 | 0 | 0.35 | 210.86 | 0.17 | 0.59 |
| Hex | 84 | 95 | A7 | 15 | B | 0 | 23 | D3 | 11 | 3B |
| Octal | 204 | 225 | 247 | 25 | 13 | 0 | 43 | 323 | 21 | 73 |
| Binary | 10000100 | 10010101 | 10100111 | 10101 | 1011 | 0 | 100011 | 11010011 | 10001 | 111011 |
Color Harmonies of #8495A7
Complementary color
Monochromatic Colors of #8495A7
Black with #8495A7
Text Example
Text Example
White with #8495A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8495A7; }
p { color: rgb(132,149,167); }
H1.HeaderClassName
{
color: #8495A7;
}
.AnyTagClassName
{
color: #8495A7;
}
</style>
background-color css
<style>
a { background-color: #8495A7; }
a { background-color: rgb(132,149,167); }
div.DivClassName
{
background-color: #8495A7;
}
.BgClassName
{
background-color: #8495A7;
}
</style>
border-color css
<style>
span { border-color: #8495A7; }
span { border-color: rgb(132,149,167); }
td.TdClassName
{
border-color: #8495A7;
}
.TagClassName
{
border-color: #8495A7;
}
</style>