Shades of Bali Hai #829EB4
Tints of Bali Hai #829EB4
RGB
CMYK
RGB Variations
Color information
#829EB4 (or 0x829EB4) is known color: Bali Hai. HEX triplet: 82, 9E and B4. RGB value is (130,158,180). Sum of RGB (Red+Green+Blue) = 130+158+180=468 (61% of max value = 765). Red value is 130 (51.17% from 255 or 27.78% from 468); Green value is 158 (62.11% from 255 or 33.76% from 468); Blue value is 180 (70.70% from 255 or 38.46% from 468); Max value from RGB is 180 - color contains mainly: blue. Hex color #829EB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829EB4 is #7D614B. Grayscale: #989898. Windows color (decimal): -8216908 or 11837058. OLE color: 11837058.
HSL color Cylindrical-coordinate representation of color #829EB4: hue angle of 206.4º 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 #829EB4 is Cyan = 0.28, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 130 | 158 | 180 | - |
| CMYK | 0.28 | 0.12 | 0 | 0.29 |
| HSL | 206.4º | 0.25% | 0.61% | - |
| HSV(B) | 206.4º | 0.28% | 0.71% | - |
| XYZ | 29.67 | 32.49 | 47.89 | - |
| YUV | 152.14 | 143.72 | 112.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 158 | 180 | 0.28 | 0.12 | 0 | 0.29 | 206.4 | 0.25 | 0.61 |
| Hex | 82 | 9E | B4 | 1C | C | 0 | 1D | CE | 19 | 3D |
| Octal | 202 | 236 | 264 | 34 | 14 | 0 | 35 | 316 | 31 | 75 |
| Binary | 10000010 | 10011110 | 10110100 | 11100 | 1100 | 0 | 11101 | 11001110 | 11001 | 111101 |
Color Harmonies of #829EB4
Complementary color
Monochromatic Colors of #829EB4
Black with #829EB4
Text Example
Text Example
White with #829EB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829EB4; }
p { color: rgb(130,158,180); }
H1.HeaderClassName
{
color: #829EB4;
}
.AnyTagClassName
{
color: #829EB4;
}
</style>
background-color css
<style>
a { background-color: #829EB4; }
a { background-color: rgb(130,158,180); }
div.DivClassName
{
background-color: #829EB4;
}
.BgClassName
{
background-color: #829EB4;
}
</style>
border-color css
<style>
span { border-color: #829EB4; }
span { border-color: rgb(130,158,180); }
td.TdClassName
{
border-color: #829EB4;
}
.TagClassName
{
border-color: #829EB4;
}
</style>