Shades of Bali Hai #8295AC
Tints of Bali Hai #8295AC
RGB
CMYK
RGB Variations
Color information
#8295AC (or 0x8295AC) is known color: Bali Hai. HEX triplet: 82, 95 and AC. RGB value is (130,149,172). Sum of RGB (Red+Green+Blue) = 130+149+172=451 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.82% from 451); Green value is 149 (58.59% from 255 or 33.04% from 451); Blue value is 172 (67.58% from 255 or 38.14% from 451); Max value from RGB is 172 - color contains mainly: blue. Hex color #8295AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8295AC is #7D6A53. Grayscale: #919191. Windows color (decimal): -8219220 or 11310466. OLE color: 11310466.
HSL color Cylindrical-coordinate representation of color #8295AC: hue angle of 212.86º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8295AC is Cyan = 0.24, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 130 | 149 | 172 | - |
| CMYK | 0.24 | 0.13 | 0 | 0.33 |
| HSL | 212.86º | 0.2% | 0.59% | - |
| HSV(B) | 212.86º | 0.24% | 0.67% | - |
| XYZ | 27.4 | 29.22 | 43.23 | - |
| YUV | 145.94 | 142.71 | 116.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 149 | 172 | 0.24 | 0.13 | 0 | 0.33 | 212.86 | 0.2 | 0.59 |
| Hex | 82 | 95 | AC | 18 | D | 0 | 21 | D5 | 14 | 3B |
| Octal | 202 | 225 | 254 | 30 | 15 | 0 | 41 | 325 | 24 | 73 |
| Binary | 10000010 | 10010101 | 10101100 | 11000 | 1101 | 0 | 100001 | 11010101 | 10100 | 111011 |
Color Harmonies of #8295AC
Complementary color
Monochromatic Colors of #8295AC
Black with #8295AC
Text Example
Text Example
White with #8295AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8295AC; }
p { color: rgb(130,149,172); }
H1.HeaderClassName
{
color: #8295AC;
}
.AnyTagClassName
{
color: #8295AC;
}
</style>
background-color css
<style>
a { background-color: #8295AC; }
a { background-color: rgb(130,149,172); }
div.DivClassName
{
background-color: #8295AC;
}
.BgClassName
{
background-color: #8295AC;
}
</style>
border-color css
<style>
span { border-color: #8295AC; }
span { border-color: rgb(130,149,172); }
td.TdClassName
{
border-color: #8295AC;
}
.TagClassName
{
border-color: #8295AC;
}
</style>