Shades of Bali Hai #8296A7
Tints of Bali Hai #8296A7
RGB
CMYK
RGB Variations
Color information
#8296A7 (or 0x8296A7) is known color: Bali Hai. HEX triplet: 82, 96 and A7. RGB value is (130,150,167). Sum of RGB (Red+Green+Blue) = 130+150+167=447 (59% of max value = 765). Red value is 130 (51.17% from 255 or 29.08% from 447); Green value is 150 (58.98% from 255 or 33.56% from 447); Blue value is 167 (65.62% from 255 or 37.36% from 447); Max value from RGB is 167 - color contains mainly: blue. Hex color #8296A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8296A7 is #7D6958. Grayscale: #919191. Windows color (decimal): -8218969 or 10983042. OLE color: 10983042.
HSL color Cylindrical-coordinate representation of color #8296A7: hue angle of 207.57º degrees, saturation: 0.17, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8296A7 is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 130 | 150 | 167 | - |
| CMYK | 0.22 | 0.10 | 0 | 0.35 |
| HSL | 207.57º | 0.17% | 0.58% | - |
| HSV(B) | 207.57º | 0.22% | 0.65% | - |
| XYZ | 27.09 | 29.35 | 40.8 | - |
| YUV | 145.96 | 139.87 | 116.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 150 | 167 | 0.22 | 0.10 | 0 | 0.35 | 207.57 | 0.17 | 0.58 |
| Hex | 82 | 96 | A7 | 16 | A | 0 | 23 | D0 | 11 | 3A |
| Octal | 202 | 226 | 247 | 26 | 12 | 0 | 43 | 320 | 21 | 72 |
| Binary | 10000010 | 10010110 | 10100111 | 10110 | 1010 | 0 | 100011 | 11010000 | 10001 | 111010 |
Color Harmonies of #8296A7
Complementary color
Monochromatic Colors of #8296A7
Black with #8296A7
Text Example
Text Example
White with #8296A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8296A7; }
p { color: rgb(130,150,167); }
H1.HeaderClassName
{
color: #8296A7;
}
.AnyTagClassName
{
color: #8296A7;
}
</style>
background-color css
<style>
a { background-color: #8296A7; }
a { background-color: rgb(130,150,167); }
div.DivClassName
{
background-color: #8296A7;
}
.BgClassName
{
background-color: #8296A7;
}
</style>
border-color css
<style>
span { border-color: #8296A7; }
span { border-color: rgb(130,150,167); }
td.TdClassName
{
border-color: #8296A7;
}
.TagClassName
{
border-color: #8296A7;
}
</style>