Shades of Bali Hai #8097AF
Tints of Bali Hai #8097AF
RGB
CMYK
RGB Variations
Color information
#8097AF (or 0x8097AF) is known color: Bali Hai. HEX triplet: 80, 97 and AF. RGB value is (128,151,175). Sum of RGB (Red+Green+Blue) = 128+151+175=454 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.19% from 454); Green value is 151 (59.38% from 255 or 33.26% from 454); Blue value is 175 (68.75% from 255 or 38.55% from 454); Max value from RGB is 175 - color contains mainly: blue. Hex color #8097AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8097AF is #7F6850. Grayscale: #929292. Windows color (decimal): -8349777 or 11507584. OLE color: 11507584.
HSL color Cylindrical-coordinate representation of color #8097AF: hue angle of 210.64º 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 #8097AF is Cyan = 0.27, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 128 | 151 | 175 | - |
| CMYK | 0.27 | 0.14 | 0 | 0.31 |
| HSL | 210.64º | 0.23% | 0.59% | - |
| HSV(B) | 210.64º | 0.27% | 0.69% | - |
| XYZ | 27.71 | 29.82 | 44.85 | - |
| YUV | 146.86 | 143.88 | 114.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 151 | 175 | 0.27 | 0.14 | 0 | 0.31 | 210.64 | 0.23 | 0.59 |
| Hex | 80 | 97 | AF | 1B | E | 0 | 1F | D3 | 17 | 3B |
| Octal | 200 | 227 | 257 | 33 | 16 | 0 | 37 | 323 | 27 | 73 |
| Binary | 10000000 | 10010111 | 10101111 | 11011 | 1110 | 0 | 11111 | 11010011 | 10111 | 111011 |
Color Harmonies of #8097AF
Complementary color
Monochromatic Colors of #8097AF
Black with #8097AF
Text Example
Text Example
White with #8097AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8097AF; }
p { color: rgb(128,151,175); }
H1.HeaderClassName
{
color: #8097AF;
}
.AnyTagClassName
{
color: #8097AF;
}
</style>
background-color css
<style>
a { background-color: #8097AF; }
a { background-color: rgb(128,151,175); }
div.DivClassName
{
background-color: #8097AF;
}
.BgClassName
{
background-color: #8097AF;
}
</style>
border-color css
<style>
span { border-color: #8097AF; }
span { border-color: rgb(128,151,175); }
td.TdClassName
{
border-color: #8097AF;
}
.TagClassName
{
border-color: #8097AF;
}
</style>