Shades of Bali Hai #829AB3
Tints of Bali Hai #829AB3
RGB
CMYK
RGB Variations
Color information
#829AB3 (or 0x829AB3) is known color: Bali Hai. HEX triplet: 82, 9A and B3. RGB value is (130,154,179). Sum of RGB (Red+Green+Blue) = 130+154+179=463 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.08% from 463); Green value is 154 (60.55% from 255 or 33.26% from 463); Blue value is 179 (70.31% from 255 or 38.66% from 463); Max value from RGB is 179 - color contains mainly: blue. Hex color #829AB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829AB3 is #7D654C. Grayscale: #959595. Windows color (decimal): -8217933 or 11770498. OLE color: 11770498.
HSL color Cylindrical-coordinate representation of color #829AB3: hue angle of 210.61º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #829AB3 is Cyan = 0.27, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 130 | 154 | 179 | - |
| CMYK | 0.27 | 0.14 | 0 | 0.30 |
| HSL | 210.61º | 0.24% | 0.61% | - |
| HSV(B) | 210.61º | 0.27% | 0.7% | - |
| XYZ | 28.9 | 31.11 | 47.13 | - |
| YUV | 149.67 | 144.55 | 113.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 154 | 179 | 0.27 | 0.14 | 0 | 0.30 | 210.61 | 0.24 | 0.61 |
| Hex | 82 | 9A | B3 | 1B | E | 0 | 1E | D3 | 18 | 3D |
| Octal | 202 | 232 | 263 | 33 | 16 | 0 | 36 | 323 | 30 | 75 |
| Binary | 10000010 | 10011010 | 10110011 | 11011 | 1110 | 0 | 11110 | 11010011 | 11000 | 111101 |
Color Harmonies of #829AB3
Complementary color
Monochromatic Colors of #829AB3
Black with #829AB3
Text Example
Text Example
White with #829AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829AB3; }
p { color: rgb(130,154,179); }
H1.HeaderClassName
{
color: #829AB3;
}
.AnyTagClassName
{
color: #829AB3;
}
</style>
background-color css
<style>
a { background-color: #829AB3; }
a { background-color: rgb(130,154,179); }
div.DivClassName
{
background-color: #829AB3;
}
.BgClassName
{
background-color: #829AB3;
}
</style>
border-color css
<style>
span { border-color: #829AB3; }
span { border-color: rgb(130,154,179); }
td.TdClassName
{
border-color: #829AB3;
}
.TagClassName
{
border-color: #829AB3;
}
</style>