Shades of Bali Hai #8799AF
Tints of Bali Hai #8799AF
RGB
CMYK
RGB Variations
Color information
#8799AF (or 0x8799AF) is known color: Bali Hai. HEX triplet: 87, 99 and AF. RGB value is (135,153,175). Sum of RGB (Red+Green+Blue) = 135+153+175=463 (61% of max value = 765). Red value is 135 (53.12% from 255 or 29.16% from 463); Green value is 153 (60.16% from 255 or 33.05% from 463); Blue value is 175 (68.75% from 255 or 37.80% from 463); Max value from RGB is 175 - color contains mainly: blue. Hex color #8799AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8799AF is #786650. Grayscale: #969696. Windows color (decimal): -7890513 or 11508103. OLE color: 11508103.
HSL color Cylindrical-coordinate representation of color #8799AF: hue angle of 213º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8799AF is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 135 | 153 | 175 | - |
| CMYK | 0.23 | 0.13 | 0 | 0.31 |
| HSL | 213º | 0.2% | 0.61% | - |
| HSV(B) | 213º | 0.23% | 0.69% | - |
| XYZ | 29.12 | 31.03 | 45.01 | - |
| YUV | 150.13 | 142.04 | 117.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 153 | 175 | 0.23 | 0.13 | 0 | 0.31 | 213 | 0.2 | 0.61 |
| Hex | 87 | 99 | AF | 17 | D | 0 | 1F | D5 | 14 | 3D |
| Octal | 207 | 231 | 257 | 27 | 15 | 0 | 37 | 325 | 24 | 75 |
| Binary | 10000111 | 10011001 | 10101111 | 10111 | 1101 | 0 | 11111 | 11010101 | 10100 | 111101 |
Color Harmonies of #8799AF
Complementary color
Monochromatic Colors of #8799AF
Black with #8799AF
Text Example
Text Example
White with #8799AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8799AF; }
p { color: rgb(135,153,175); }
H1.HeaderClassName
{
color: #8799AF;
}
.AnyTagClassName
{
color: #8799AF;
}
</style>
background-color css
<style>
a { background-color: #8799AF; }
a { background-color: rgb(135,153,175); }
div.DivClassName
{
background-color: #8799AF;
}
.BgClassName
{
background-color: #8799AF;
}
</style>
border-color css
<style>
span { border-color: #8799AF; }
span { border-color: rgb(135,153,175); }
td.TdClassName
{
border-color: #8799AF;
}
.TagClassName
{
border-color: #8799AF;
}
</style>