Shades of Rock Blue #829CBC
Tints of Rock Blue #829CBC
RGB
CMYK
RGB Variations
Color information
#829CBC (or 0x829CBC) is known color: Rock Blue. HEX triplet: 82, 9C and BC. RGB value is (130,156,188). Sum of RGB (Red+Green+Blue) = 130+156+188=474 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.43% from 474); Green value is 156 (61.33% from 255 or 32.91% from 474); Blue value is 188 (73.83% from 255 or 39.66% from 474); Max value from RGB is 188 - color contains mainly: blue. Hex color #829CBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829CBC is #7D6343. Grayscale: #979797. Windows color (decimal): -8217412 or 12360834. OLE color: 12360834.
HSL color Cylindrical-coordinate representation of color #829CBC: hue angle of 213.1º 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 #829CBC is Cyan = 0.31, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 130 | 156 | 188 | - |
| CMYK | 0.31 | 0.17 | 0 | 0.26 |
| HSL | 213.1º | 0.3% | 0.62% | - |
| HSV(B) | 213.1º | 0.31% | 0.74% | - |
| XYZ | 30.17 | 32.15 | 52.19 | - |
| YUV | 151.87 | 148.39 | 112.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 156 | 188 | 0.31 | 0.17 | 0 | 0.26 | 213.1 | 0.3 | 0.62 |
| Hex | 82 | 9C | BC | 1F | 11 | 0 | 1A | D5 | 1E | 3E |
| Octal | 202 | 234 | 274 | 37 | 21 | 0 | 32 | 325 | 36 | 76 |
| Binary | 10000010 | 10011100 | 10111100 | 11111 | 10001 | 0 | 11010 | 11010101 | 11110 | 111110 |
Color Harmonies of #829CBC
Complementary color
Monochromatic Colors of #829CBC
Black with #829CBC
Text Example
Text Example
White with #829CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829CBC; }
p { color: rgb(130,156,188); }
H1.HeaderClassName
{
color: #829CBC;
}
.AnyTagClassName
{
color: #829CBC;
}
</style>
background-color css
<style>
a { background-color: #829CBC; }
a { background-color: rgb(130,156,188); }
div.DivClassName
{
background-color: #829CBC;
}
.BgClassName
{
background-color: #829CBC;
}
</style>
border-color css
<style>
span { border-color: #829CBC; }
span { border-color: rgb(130,156,188); }
td.TdClassName
{
border-color: #829CBC;
}
.TagClassName
{
border-color: #829CBC;
}
</style>