Shades of Bali Hai #829DB3
Tints of Bali Hai #829DB3
RGB
CMYK
RGB Variations
Color information
#829DB3 (or 0x829DB3) is known color: Bali Hai. HEX triplet: 82, 9D and B3. RGB value is (130,157,179). Sum of RGB (Red+Green+Blue) = 130+157+179=466 (61% of max value = 765). Red value is 130 (51.17% from 255 or 27.90% from 466); Green value is 157 (61.72% from 255 or 33.69% from 466); Blue value is 179 (70.31% from 255 or 38.41% from 466); Max value from RGB is 179 - color contains mainly: blue. Hex color #829DB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829DB3 is #7D624C. Grayscale: #979797. Windows color (decimal): -8217165 or 11771266. OLE color: 11771266.
HSL color Cylindrical-coordinate representation of color #829DB3: hue angle of 206.94º 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 #829DB3 is Cyan = 0.27, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 130 | 157 | 179 | - |
| CMYK | 0.27 | 0.12 | 0 | 0.30 |
| HSL | 206.94º | 0.24% | 0.61% | - |
| HSV(B) | 206.94º | 0.27% | 0.7% | - |
| XYZ | 29.4 | 32.11 | 47.3 | - |
| YUV | 151.44 | 143.55 | 112.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 157 | 179 | 0.27 | 0.12 | 0 | 0.30 | 206.94 | 0.24 | 0.61 |
| Hex | 82 | 9D | B3 | 1B | C | 0 | 1E | CF | 18 | 3D |
| Octal | 202 | 235 | 263 | 33 | 14 | 0 | 36 | 317 | 30 | 75 |
| Binary | 10000010 | 10011101 | 10110011 | 11011 | 1100 | 0 | 11110 | 11001111 | 11000 | 111101 |
Color Harmonies of #829DB3
Complementary color
Monochromatic Colors of #829DB3
Black with #829DB3
Text Example
Text Example
White with #829DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829DB3; }
p { color: rgb(130,157,179); }
H1.HeaderClassName
{
color: #829DB3;
}
.AnyTagClassName
{
color: #829DB3;
}
</style>
background-color css
<style>
a { background-color: #829DB3; }
a { background-color: rgb(130,157,179); }
div.DivClassName
{
background-color: #829DB3;
}
.BgClassName
{
background-color: #829DB3;
}
</style>
border-color css
<style>
span { border-color: #829DB3; }
span { border-color: rgb(130,157,179); }
td.TdClassName
{
border-color: #829DB3;
}
.TagClassName
{
border-color: #829DB3;
}
</style>