Shades of Rock Blue #829CBD
Tints of Rock Blue #829CBD
RGB
CMYK
RGB Variations
Color information
#829CBD (or 0x829CBD) is known color: Rock Blue. HEX triplet: 82, 9C and BD. RGB value is (130,156,189). Sum of RGB (Red+Green+Blue) = 130+156+189=475 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.37% from 475); Green value is 156 (61.33% from 255 or 32.84% from 475); Blue value is 189 (74.22% from 255 or 39.79% from 475); Max value from RGB is 189 - color contains mainly: blue. Hex color #829CBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829CBD is #7D6342. Grayscale: #979797. Windows color (decimal): -8217411 or 12426370. OLE color: 12426370.
HSL color Cylindrical-coordinate representation of color #829CBD: hue angle of 213.56º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #829CBD is Cyan = 0.31, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 130 | 156 | 189 | - |
| CMYK | 0.31 | 0.17 | 0 | 0.26 |
| HSL | 213.56º | 0.31% | 0.63% | - |
| HSV(B) | 213.56º | 0.31% | 0.74% | - |
| XYZ | 30.28 | 32.2 | 52.76 | - |
| YUV | 151.99 | 148.89 | 112.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 156 | 189 | 0.31 | 0.17 | 0 | 0.26 | 213.56 | 0.31 | 0.63 |
| Hex | 82 | 9C | BD | 1F | 11 | 0 | 1A | D6 | 1F | 3F |
| Octal | 202 | 234 | 275 | 37 | 21 | 0 | 32 | 326 | 37 | 77 |
| Binary | 10000010 | 10011100 | 10111101 | 11111 | 10001 | 0 | 11010 | 11010110 | 11111 | 111111 |
Color Harmonies of #829CBD
Complementary color
Monochromatic Colors of #829CBD
Black with #829CBD
Text Example
Text Example
White with #829CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829CBD; }
p { color: rgb(130,156,189); }
H1.HeaderClassName
{
color: #829CBD;
}
.AnyTagClassName
{
color: #829CBD;
}
</style>
background-color css
<style>
a { background-color: #829CBD; }
a { background-color: rgb(130,156,189); }
div.DivClassName
{
background-color: #829CBD;
}
.BgClassName
{
background-color: #829CBD;
}
</style>
border-color css
<style>
span { border-color: #829CBD; }
span { border-color: rgb(130,156,189); }
td.TdClassName
{
border-color: #829CBD;
}
.TagClassName
{
border-color: #829CBD;
}
</style>