Shades of Bali Hai #8294A4
Tints of Bali Hai #8294A4
RGB
CMYK
RGB Variations
Color information
#8294A4 (or 0x8294A4) is known color: Bali Hai. HEX triplet: 82, 94 and A4. RGB value is (130,148,164). Sum of RGB (Red+Green+Blue) = 130+148+164=442 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.41% from 442); Green value is 148 (58.20% from 255 or 33.48% from 442); Blue value is 164 (64.45% from 255 or 37.10% from 442); Max value from RGB is 164 - color contains mainly: blue. Hex color #8294A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8294A4 is #7D6B5B. Grayscale: #909090. Windows color (decimal): -8219484 or 10785922. OLE color: 10785922.
HSL color Cylindrical-coordinate representation of color #8294A4: hue angle of 208.24º 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 #8294A4 is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 130 | 148 | 164 | - |
| CMYK | 0.21 | 0.10 | 0 | 0.36 |
| HSL | 208.24º | 0.16% | 0.58% | - |
| HSV(B) | 208.24º | 0.21% | 0.64% | - |
| XYZ | 26.5 | 28.61 | 39.25 | - |
| YUV | 144.44 | 139.04 | 117.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 148 | 164 | 0.21 | 0.10 | 0 | 0.36 | 208.24 | 0.16 | 0.58 |
| Hex | 82 | 94 | A4 | 15 | A | 0 | 24 | D0 | 10 | 3A |
| Octal | 202 | 224 | 244 | 25 | 12 | 0 | 44 | 320 | 20 | 72 |
| Binary | 10000010 | 10010100 | 10100100 | 10101 | 1010 | 0 | 100100 | 11010000 | 10000 | 111010 |
Color Harmonies of #8294A4
Complementary color
Monochromatic Colors of #8294A4
Black with #8294A4
Text Example
Text Example
White with #8294A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8294A4; }
p { color: rgb(130,148,164); }
H1.HeaderClassName
{
color: #8294A4;
}
.AnyTagClassName
{
color: #8294A4;
}
</style>
background-color css
<style>
a { background-color: #8294A4; }
a { background-color: rgb(130,148,164); }
div.DivClassName
{
background-color: #8294A4;
}
.BgClassName
{
background-color: #8294A4;
}
</style>
border-color css
<style>
span { border-color: #8294A4; }
span { border-color: rgb(130,148,164); }
td.TdClassName
{
border-color: #8294A4;
}
.TagClassName
{
border-color: #8294A4;
}
</style>