Shades of Bali Hai #829FAB
Tints of Bali Hai #829FAB
RGB
CMYK
RGB Variations
Color information
#829FAB (or 0x829FAB) is known color: Bali Hai. HEX triplet: 82, 9F and AB. RGB value is (130,159,171). Sum of RGB (Red+Green+Blue) = 130+159+171=460 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.26% from 460); Green value is 159 (62.5% from 255 or 34.57% from 460); Blue value is 171 (67.19% from 255 or 37.17% from 460); Max value from RGB is 171 - color contains mainly: blue. Hex color #829FAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829FAB is #7D6054. Grayscale: #979797. Windows color (decimal): -8216661 or 11247490. OLE color: 11247490.
HSL color Cylindrical-coordinate representation of color #829FAB: hue angle of 197.56º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #829FAB is Cyan = 0.24, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 130 | 159 | 171 | - |
| CMYK | 0.24 | 0.07 | 0 | 0.33 |
| HSL | 197.56º | 0.2% | 0.59% | - |
| HSV(B) | 197.56º | 0.24% | 0.67% | - |
| XYZ | 28.95 | 32.48 | 43.27 | - |
| YUV | 151.7 | 138.89 | 112.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 159 | 171 | 0.24 | 0.07 | 0 | 0.33 | 197.56 | 0.2 | 0.59 |
| Hex | 82 | 9F | AB | 18 | 7 | 0 | 21 | C6 | 14 | 3B |
| Octal | 202 | 237 | 253 | 30 | 7 | 0 | 41 | 306 | 24 | 73 |
| Binary | 10000010 | 10011111 | 10101011 | 11000 | 111 | 0 | 100001 | 11000110 | 10100 | 111011 |
Color Harmonies of #829FAB
Complementary color
Monochromatic Colors of #829FAB
Black with #829FAB
Text Example
Text Example
White with #829FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829FAB; }
p { color: rgb(130,159,171); }
H1.HeaderClassName
{
color: #829FAB;
}
.AnyTagClassName
{
color: #829FAB;
}
</style>
background-color css
<style>
a { background-color: #829FAB; }
a { background-color: rgb(130,159,171); }
div.DivClassName
{
background-color: #829FAB;
}
.BgClassName
{
background-color: #829FAB;
}
</style>
border-color css
<style>
span { border-color: #829FAB; }
span { border-color: rgb(130,159,171); }
td.TdClassName
{
border-color: #829FAB;
}
.TagClassName
{
border-color: #829FAB;
}
</style>