Shades of Rock Blue #829DBC
Tints of Rock Blue #829DBC
RGB
CMYK
RGB Variations
Color information
#829DBC (or 0x829DBC) is known color: Rock Blue. HEX triplet: 82, 9D and BC. RGB value is (130,157,188). Sum of RGB (Red+Green+Blue) = 130+157+188=475 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.37% from 475); Green value is 157 (61.72% from 255 or 33.05% from 475); Blue value is 188 (73.83% from 255 or 39.58% from 475); Max value from RGB is 188 - color contains mainly: blue. Hex color #829DBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829DBC is #7D6243. Grayscale: #989898. Windows color (decimal): -8217156 or 12361090. OLE color: 12361090.
HSL color Cylindrical-coordinate representation of color #829DBC: hue angle of 212.07º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #829DBC is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 130 | 157 | 188 | - |
| CMYK | 0.31 | 0.16 | 0 | 0.26 |
| HSL | 212.07º | 0.3% | 0.62% | - |
| HSV(B) | 212.07º | 0.31% | 0.74% | - |
| XYZ | 30.34 | 32.49 | 52.25 | - |
| YUV | 152.46 | 148.05 | 111.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 157 | 188 | 0.31 | 0.16 | 0 | 0.26 | 212.07 | 0.3 | 0.62 |
| Hex | 82 | 9D | BC | 1F | 10 | 0 | 1A | D4 | 1E | 3E |
| Octal | 202 | 235 | 274 | 37 | 20 | 0 | 32 | 324 | 36 | 76 |
| Binary | 10000010 | 10011101 | 10111100 | 11111 | 10000 | 0 | 11010 | 11010100 | 11110 | 111110 |
Color Harmonies of #829DBC
Complementary color
Monochromatic Colors of #829DBC
Black with #829DBC
Text Example
Text Example
White with #829DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829DBC; }
p { color: rgb(130,157,188); }
H1.HeaderClassName
{
color: #829DBC;
}
.AnyTagClassName
{
color: #829DBC;
}
</style>
background-color css
<style>
a { background-color: #829DBC; }
a { background-color: rgb(130,157,188); }
div.DivClassName
{
background-color: #829DBC;
}
.BgClassName
{
background-color: #829DBC;
}
</style>
border-color css
<style>
span { border-color: #829DBC; }
span { border-color: rgb(130,157,188); }
td.TdClassName
{
border-color: #829DBC;
}
.TagClassName
{
border-color: #829DBC;
}
</style>