Shades of Bali Hai #8297A4
Tints of Bali Hai #8297A4
RGB
CMYK
RGB Variations
Color information
#8297A4 (or 0x8297A4) is known color: Bali Hai. HEX triplet: 82, 97 and A4. RGB value is (130,151,164). Sum of RGB (Red+Green+Blue) = 130+151+164=445 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.21% from 445); Green value is 151 (59.38% from 255 or 33.93% from 445); Blue value is 164 (64.45% from 255 or 36.85% from 445); Max value from RGB is 164 - color contains mainly: blue. Hex color #8297A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8297A4 is #7D685B. Grayscale: #929292. Windows color (decimal): -8218716 or 10786690. OLE color: 10786690.
HSL color Cylindrical-coordinate representation of color #8297A4: hue angle of 202.94º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8297A4 is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 130 | 151 | 164 | - |
| CMYK | 0.21 | 0.08 | 0 | 0.36 |
| HSL | 202.94º | 0.16% | 0.58% | - |
| HSV(B) | 202.94º | 0.21% | 0.64% | - |
| XYZ | 26.97 | 29.56 | 39.41 | - |
| YUV | 146.2 | 138.04 | 116.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 151 | 164 | 0.21 | 0.08 | 0 | 0.36 | 202.94 | 0.16 | 0.58 |
| Hex | 82 | 97 | A4 | 15 | 8 | 0 | 24 | CB | 10 | 3A |
| Octal | 202 | 227 | 244 | 25 | 10 | 0 | 44 | 313 | 20 | 72 |
| Binary | 10000010 | 10010111 | 10100100 | 10101 | 1000 | 0 | 100100 | 11001011 | 10000 | 111010 |
Color Harmonies of #8297A4
Complementary color
Monochromatic Colors of #8297A4
Black with #8297A4
Text Example
Text Example
White with #8297A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8297A4; }
p { color: rgb(130,151,164); }
H1.HeaderClassName
{
color: #8297A4;
}
.AnyTagClassName
{
color: #8297A4;
}
</style>
background-color css
<style>
a { background-color: #8297A4; }
a { background-color: rgb(130,151,164); }
div.DivClassName
{
background-color: #8297A4;
}
.BgClassName
{
background-color: #8297A4;
}
</style>
border-color css
<style>
span { border-color: #8297A4; }
span { border-color: rgb(130,151,164); }
td.TdClassName
{
border-color: #8297A4;
}
.TagClassName
{
border-color: #8297A4;
}
</style>