Shades of Bali Hai #8599AF
Tints of Bali Hai #8599AF
RGB
CMYK
RGB Variations
Color information
#8599AF (or 0x8599AF) is known color: Bali Hai. HEX triplet: 85, 99 and AF. RGB value is (133,153,175). Sum of RGB (Red+Green+Blue) = 133+153+175=461 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.85% from 461); Green value is 153 (60.16% from 255 or 33.19% from 461); Blue value is 175 (68.75% from 255 or 37.96% from 461); Max value from RGB is 175 - color contains mainly: blue. Hex color #8599AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8599AF is #7A6650. Grayscale: #959595. Windows color (decimal): -8021585 or 11508101. OLE color: 11508101.
HSL color Cylindrical-coordinate representation of color #8599AF: hue angle of 211.43º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8599AF is Cyan = 0.24, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 133 | 153 | 175 | - |
| CMYK | 0.24 | 0.13 | 0 | 0.31 |
| HSL | 211.43º | 0.21% | 0.6% | - |
| HSV(B) | 211.43º | 0.24% | 0.69% | - |
| XYZ | 28.8 | 30.86 | 45 | - |
| YUV | 149.53 | 142.37 | 116.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 153 | 175 | 0.24 | 0.13 | 0 | 0.31 | 211.43 | 0.21 | 0.6 |
| Hex | 85 | 99 | AF | 18 | D | 0 | 1F | D3 | 15 | 3C |
| Octal | 205 | 231 | 257 | 30 | 15 | 0 | 37 | 323 | 25 | 74 |
| Binary | 10000101 | 10011001 | 10101111 | 11000 | 1101 | 0 | 11111 | 11010011 | 10101 | 111100 |
Color Harmonies of #8599AF
Complementary color
Monochromatic Colors of #8599AF
Black with #8599AF
Text Example
Text Example
White with #8599AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8599AF; }
p { color: rgb(133,153,175); }
H1.HeaderClassName
{
color: #8599AF;
}
.AnyTagClassName
{
color: #8599AF;
}
</style>
background-color css
<style>
a { background-color: #8599AF; }
a { background-color: rgb(133,153,175); }
div.DivClassName
{
background-color: #8599AF;
}
.BgClassName
{
background-color: #8599AF;
}
</style>
border-color css
<style>
span { border-color: #8599AF; }
span { border-color: rgb(133,153,175); }
td.TdClassName
{
border-color: #8599AF;
}
.TagClassName
{
border-color: #8599AF;
}
</style>