Shades of Rock Blue #829FBC
Tints of Rock Blue #829FBC
RGB
CMYK
RGB Variations
Color information
#829FBC (or 0x829FBC) is known color: Rock Blue. HEX triplet: 82, 9F and BC. RGB value is (130,159,188). Sum of RGB (Red+Green+Blue) = 130+159+188=477 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.25% from 477); Green value is 159 (62.5% from 255 or 33.33% from 477); Blue value is 188 (73.83% from 255 or 39.41% from 477); Max value from RGB is 188 - color contains mainly: blue. Hex color #829FBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829FBC is #7D6043. Grayscale: #999999. Windows color (decimal): -8216644 or 12361602. OLE color: 12361602.
HSL color Cylindrical-coordinate representation of color #829FBC: hue angle of 210º 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 #829FBC is Cyan = 0.31, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 130 | 159 | 188 | - |
| CMYK | 0.31 | 0.15 | 0 | 0.26 |
| HSL | 210º | 0.3% | 0.62% | - |
| HSV(B) | 210º | 0.31% | 0.74% | - |
| XYZ | 30.68 | 33.17 | 52.36 | - |
| YUV | 153.64 | 147.39 | 111.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 159 | 188 | 0.31 | 0.15 | 0 | 0.26 | 210 | 0.3 | 0.62 |
| Hex | 82 | 9F | BC | 1F | F | 0 | 1A | D2 | 1E | 3E |
| Octal | 202 | 237 | 274 | 37 | 17 | 0 | 32 | 322 | 36 | 76 |
| Binary | 10000010 | 10011111 | 10111100 | 11111 | 1111 | 0 | 11010 | 11010010 | 11110 | 111110 |
Color Harmonies of #829FBC
Complementary color
Monochromatic Colors of #829FBC
Black with #829FBC
Text Example
Text Example
White with #829FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829FBC; }
p { color: rgb(130,159,188); }
H1.HeaderClassName
{
color: #829FBC;
}
.AnyTagClassName
{
color: #829FBC;
}
</style>
background-color css
<style>
a { background-color: #829FBC; }
a { background-color: rgb(130,159,188); }
div.DivClassName
{
background-color: #829FBC;
}
.BgClassName
{
background-color: #829FBC;
}
</style>
border-color css
<style>
span { border-color: #829FBC; }
span { border-color: rgb(130,159,188); }
td.TdClassName
{
border-color: #829FBC;
}
.TagClassName
{
border-color: #829FBC;
}
</style>