Shades of Bali Hai #829FB4
Tints of Bali Hai #829FB4
RGB
CMYK
RGB Variations
Color information
#829FB4 (or 0x829FB4) is known color: Bali Hai. HEX triplet: 82, 9F and B4. RGB value is (130,159,180). Sum of RGB (Red+Green+Blue) = 130+159+180=469 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.72% from 469); Green value is 159 (62.5% from 255 or 33.90% from 469); Blue value is 180 (70.70% from 255 or 38.38% from 469); Max value from RGB is 180 - color contains mainly: blue. Hex color #829FB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829FB4 is #7D604B. Grayscale: #989898. Windows color (decimal): -8216652 or 11837314. OLE color: 11837314.
HSL color Cylindrical-coordinate representation of color #829FB4: hue angle of 205.2º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #829FB4 is Cyan = 0.28, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 130 | 159 | 180 | - |
| CMYK | 0.28 | 0.12 | 0 | 0.29 |
| HSL | 205.2º | 0.25% | 0.61% | - |
| HSV(B) | 205.2º | 0.28% | 0.71% | - |
| XYZ | 29.84 | 32.84 | 47.95 | - |
| YUV | 152.72 | 143.39 | 111.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 159 | 180 | 0.28 | 0.12 | 0 | 0.29 | 205.2 | 0.25 | 0.61 |
| Hex | 82 | 9F | B4 | 1C | C | 0 | 1D | CD | 19 | 3D |
| Octal | 202 | 237 | 264 | 34 | 14 | 0 | 35 | 315 | 31 | 75 |
| Binary | 10000010 | 10011111 | 10110100 | 11100 | 1100 | 0 | 11101 | 11001101 | 11001 | 111101 |
Color Harmonies of #829FB4
Complementary color
Monochromatic Colors of #829FB4
Black with #829FB4
Text Example
Text Example
White with #829FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829FB4; }
p { color: rgb(130,159,180); }
H1.HeaderClassName
{
color: #829FB4;
}
.AnyTagClassName
{
color: #829FB4;
}
</style>
background-color css
<style>
a { background-color: #829FB4; }
a { background-color: rgb(130,159,180); }
div.DivClassName
{
background-color: #829FB4;
}
.BgClassName
{
background-color: #829FB4;
}
</style>
border-color css
<style>
span { border-color: #829FB4; }
span { border-color: rgb(130,159,180); }
td.TdClassName
{
border-color: #829FB4;
}
.TagClassName
{
border-color: #829FB4;
}
</style>