Shades of Bali Hai #8299AF
Tints of Bali Hai #8299AF
RGB
CMYK
RGB Variations
Color information
#8299AF (or 0x8299AF) is known color: Bali Hai. HEX triplet: 82, 99 and AF. RGB value is (130,153,175). Sum of RGB (Red+Green+Blue) = 130+153+175=458 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.38% from 458); Green value is 153 (60.16% from 255 or 33.41% from 458); Blue value is 175 (68.75% from 255 or 38.21% from 458); Max value from RGB is 175 - color contains mainly: blue. Hex color #8299AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8299AF is #7D6650. Grayscale: #949494. Windows color (decimal): -8218193 or 11508098. OLE color: 11508098.
HSL color Cylindrical-coordinate representation of color #8299AF: hue angle of 209.33º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8299AF is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 130 | 153 | 175 | - |
| CMYK | 0.26 | 0.13 | 0 | 0.31 |
| HSL | 209.33º | 0.22% | 0.6% | - |
| HSV(B) | 209.33º | 0.26% | 0.69% | - |
| XYZ | 28.34 | 30.62 | 44.97 | - |
| YUV | 148.63 | 142.88 | 114.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 153 | 175 | 0.26 | 0.13 | 0 | 0.31 | 209.33 | 0.22 | 0.6 |
| Hex | 82 | 99 | AF | 1A | D | 0 | 1F | D1 | 16 | 3C |
| Octal | 202 | 231 | 257 | 32 | 15 | 0 | 37 | 321 | 26 | 74 |
| Binary | 10000010 | 10011001 | 10101111 | 11010 | 1101 | 0 | 11111 | 11010001 | 10110 | 111100 |
Color Harmonies of #8299AF
Complementary color
Monochromatic Colors of #8299AF
Black with #8299AF
Text Example
Text Example
White with #8299AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8299AF; }
p { color: rgb(130,153,175); }
H1.HeaderClassName
{
color: #8299AF;
}
.AnyTagClassName
{
color: #8299AF;
}
</style>
background-color css
<style>
a { background-color: #8299AF; }
a { background-color: rgb(130,153,175); }
div.DivClassName
{
background-color: #8299AF;
}
.BgClassName
{
background-color: #8299AF;
}
</style>
border-color css
<style>
span { border-color: #8299AF; }
span { border-color: rgb(130,153,175); }
td.TdClassName
{
border-color: #8299AF;
}
.TagClassName
{
border-color: #8299AF;
}
</style>