Shades of Bali Hai #8096AD
Tints of Bali Hai #8096AD
RGB
CMYK
RGB Variations
Color information
#8096AD (or 0x8096AD) is known color: Bali Hai. HEX triplet: 80, 96 and AD. RGB value is (128,150,173). Sum of RGB (Red+Green+Blue) = 128+150+173=451 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.38% from 451); Green value is 150 (58.98% from 255 or 33.26% from 451); Blue value is 173 (67.97% from 255 or 38.36% from 451); Max value from RGB is 173 - color contains mainly: blue. Hex color #8096AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8096AD is #7F6952. Grayscale: #919191. Windows color (decimal): -8350035 or 11376256. OLE color: 11376256.
HSL color Cylindrical-coordinate representation of color #8096AD: hue angle of 210.67º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8096AD is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 128 | 150 | 173 | - |
| CMYK | 0.26 | 0.13 | 0 | 0.32 |
| HSL | 210.67º | 0.22% | 0.59% | - |
| HSV(B) | 210.67º | 0.26% | 0.68% | - |
| XYZ | 27.35 | 29.42 | 43.77 | - |
| YUV | 146.04 | 143.21 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 150 | 173 | 0.26 | 0.13 | 0 | 0.32 | 210.67 | 0.22 | 0.59 |
| Hex | 80 | 96 | AD | 1A | D | 0 | 20 | D3 | 16 | 3B |
| Octal | 200 | 226 | 255 | 32 | 15 | 0 | 40 | 323 | 26 | 73 |
| Binary | 10000000 | 10010110 | 10101101 | 11010 | 1101 | 0 | 100000 | 11010011 | 10110 | 111011 |
Color Harmonies of #8096AD
Complementary color
Monochromatic Colors of #8096AD
Black with #8096AD
Text Example
Text Example
White with #8096AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8096AD; }
p { color: rgb(128,150,173); }
H1.HeaderClassName
{
color: #8096AD;
}
.AnyTagClassName
{
color: #8096AD;
}
</style>
background-color css
<style>
a { background-color: #8096AD; }
a { background-color: rgb(128,150,173); }
div.DivClassName
{
background-color: #8096AD;
}
.BgClassName
{
background-color: #8096AD;
}
</style>
border-color css
<style>
span { border-color: #8096AD; }
span { border-color: rgb(128,150,173); }
td.TdClassName
{
border-color: #8096AD;
}
.TagClassName
{
border-color: #8096AD;
}
</style>