Shades of Bali Hai #8096AF
Tints of Bali Hai #8096AF
RGB
CMYK
RGB Variations
Color information
#8096AF (or 0x8096AF) is known color: Bali Hai. HEX triplet: 80, 96 and AF. RGB value is (128,150,175). Sum of RGB (Red+Green+Blue) = 128+150+175=453 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.26% from 453); Green value is 150 (58.98% from 255 or 33.11% from 453); Blue value is 175 (68.75% from 255 or 38.63% from 453); Max value from RGB is 175 - color contains mainly: blue. Hex color #8096AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8096AF is #7F6950. Grayscale: #929292. Windows color (decimal): -8350033 or 11507328. OLE color: 11507328.
HSL color Cylindrical-coordinate representation of color #8096AF: hue angle of 211.91º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8096AF is Cyan = 0.27, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 128 | 150 | 175 | - |
| CMYK | 0.27 | 0.14 | 0 | 0.31 |
| HSL | 211.91º | 0.23% | 0.59% | - |
| HSV(B) | 211.91º | 0.27% | 0.69% | - |
| XYZ | 27.55 | 29.5 | 44.8 | - |
| YUV | 146.27 | 144.21 | 114.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 150 | 175 | 0.27 | 0.14 | 0 | 0.31 | 211.91 | 0.23 | 0.59 |
| Hex | 80 | 96 | AF | 1B | E | 0 | 1F | D4 | 17 | 3B |
| Octal | 200 | 226 | 257 | 33 | 16 | 0 | 37 | 324 | 27 | 73 |
| Binary | 10000000 | 10010110 | 10101111 | 11011 | 1110 | 0 | 11111 | 11010100 | 10111 | 111011 |
Color Harmonies of #8096AF
Complementary color
Monochromatic Colors of #8096AF
Black with #8096AF
Text Example
Text Example
White with #8096AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8096AF; }
p { color: rgb(128,150,175); }
H1.HeaderClassName
{
color: #8096AF;
}
.AnyTagClassName
{
color: #8096AF;
}
</style>
background-color css
<style>
a { background-color: #8096AF; }
a { background-color: rgb(128,150,175); }
div.DivClassName
{
background-color: #8096AF;
}
.BgClassName
{
background-color: #8096AF;
}
</style>
border-color css
<style>
span { border-color: #8096AF; }
span { border-color: rgb(128,150,175); }
td.TdClassName
{
border-color: #8096AF;
}
.TagClassName
{
border-color: #8096AF;
}
</style>