Shades of Bali Hai #829BAE
Tints of Bali Hai #829BAE
RGB
CMYK
RGB Variations
Color information
#829BAE (or 0x829BAE) is known color: Bali Hai. HEX triplet: 82, 9B and AE. RGB value is (130,155,174). Sum of RGB (Red+Green+Blue) = 130+155+174=459 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.32% from 459); Green value is 155 (60.94% from 255 or 33.77% from 459); Blue value is 174 (68.36% from 255 or 37.91% from 459); Max value from RGB is 174 - color contains mainly: blue. Hex color #829BAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829BAE is #7D6451. Grayscale: #959595. Windows color (decimal): -8217682 or 11443074. OLE color: 11443074.
HSL color Cylindrical-coordinate representation of color #829BAE: hue angle of 205.91º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #829BAE is Cyan = 0.25, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 130 | 155 | 174 | - |
| CMYK | 0.25 | 0.11 | 0 | 0.32 |
| HSL | 205.91º | 0.21% | 0.6% | - |
| HSV(B) | 205.91º | 0.25% | 0.68% | - |
| XYZ | 28.57 | 31.24 | 44.57 | - |
| YUV | 149.69 | 141.72 | 113.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 155 | 174 | 0.25 | 0.11 | 0 | 0.32 | 205.91 | 0.21 | 0.6 |
| Hex | 82 | 9B | AE | 19 | B | 0 | 20 | CE | 15 | 3C |
| Octal | 202 | 233 | 256 | 31 | 13 | 0 | 40 | 316 | 25 | 74 |
| Binary | 10000010 | 10011011 | 10101110 | 11001 | 1011 | 0 | 100000 | 11001110 | 10101 | 111100 |
Color Harmonies of #829BAE
Complementary color
Monochromatic Colors of #829BAE
Black with #829BAE
Text Example
Text Example
White with #829BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829BAE; }
p { color: rgb(130,155,174); }
H1.HeaderClassName
{
color: #829BAE;
}
.AnyTagClassName
{
color: #829BAE;
}
</style>
background-color css
<style>
a { background-color: #829BAE; }
a { background-color: rgb(130,155,174); }
div.DivClassName
{
background-color: #829BAE;
}
.BgClassName
{
background-color: #829BAE;
}
</style>
border-color css
<style>
span { border-color: #829BAE; }
span { border-color: rgb(130,155,174); }
td.TdClassName
{
border-color: #829BAE;
}
.TagClassName
{
border-color: #829BAE;
}
</style>