Shades of Bali Hai #8096A7
Tints of Bali Hai #8096A7
RGB
CMYK
RGB Variations
Color information
#8096A7 (or 0x8096A7) is known color: Bali Hai. HEX triplet: 80, 96 and A7. RGB value is (128,150,167). Sum of RGB (Red+Green+Blue) = 128+150+167=445 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.76% from 445); Green value is 150 (58.98% from 255 or 33.71% from 445); Blue value is 167 (65.62% from 255 or 37.53% from 445); Max value from RGB is 167 - color contains mainly: blue. Hex color #8096A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8096A7 is #7F6958. Grayscale: #919191. Windows color (decimal): -8350041 or 10983040. OLE color: 10983040.
HSL color Cylindrical-coordinate representation of color #8096A7: hue angle of 206.15º degrees, saturation: 0.18, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8096A7 is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 128 | 150 | 167 | - |
| CMYK | 0.23 | 0.10 | 0 | 0.35 |
| HSL | 206.15º | 0.18% | 0.58% | - |
| HSV(B) | 206.15º | 0.23% | 0.65% | - |
| XYZ | 26.78 | 29.19 | 40.78 | - |
| YUV | 145.36 | 140.21 | 115.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 150 | 167 | 0.23 | 0.10 | 0 | 0.35 | 206.15 | 0.18 | 0.58 |
| Hex | 80 | 96 | A7 | 17 | A | 0 | 23 | CE | 12 | 3A |
| Octal | 200 | 226 | 247 | 27 | 12 | 0 | 43 | 316 | 22 | 72 |
| Binary | 10000000 | 10010110 | 10100111 | 10111 | 1010 | 0 | 100011 | 11001110 | 10010 | 111010 |
Color Harmonies of #8096A7
Complementary color
Monochromatic Colors of #8096A7
Black with #8096A7
Text Example
Text Example
White with #8096A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8096A7; }
p { color: rgb(128,150,167); }
H1.HeaderClassName
{
color: #8096A7;
}
.AnyTagClassName
{
color: #8096A7;
}
</style>
background-color css
<style>
a { background-color: #8096A7; }
a { background-color: rgb(128,150,167); }
div.DivClassName
{
background-color: #8096A7;
}
.BgClassName
{
background-color: #8096A7;
}
</style>
border-color css
<style>
span { border-color: #8096A7; }
span { border-color: rgb(128,150,167); }
td.TdClassName
{
border-color: #8096A7;
}
.TagClassName
{
border-color: #8096A7;
}
</style>