Shades of Rock Blue #829DBB
Tints of Rock Blue #829DBB
RGB
CMYK
RGB Variations
Color information
#829DBB (or 0x829DBB) is known color: Rock Blue. HEX triplet: 82, 9D and BB. RGB value is (130,157,187). Sum of RGB (Red+Green+Blue) = 130+157+187=474 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.43% from 474); Green value is 157 (61.72% from 255 or 33.12% from 474); Blue value is 187 (73.44% from 255 or 39.45% from 474); Max value from RGB is 187 - color contains mainly: blue. Hex color #829DBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829DBB is #7D6244. Grayscale: #989898. Windows color (decimal): -8217157 or 12295554. OLE color: 12295554.
HSL color Cylindrical-coordinate representation of color #829DBB: hue angle of 211.58º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #829DBB is Cyan = 0.30, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 130 | 157 | 187 | - |
| CMYK | 0.30 | 0.16 | 0 | 0.27 |
| HSL | 211.58º | 0.3% | 0.62% | - |
| HSV(B) | 211.58º | 0.3% | 0.73% | - |
| XYZ | 30.23 | 32.45 | 51.68 | - |
| YUV | 152.35 | 147.55 | 112.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 157 | 187 | 0.30 | 0.16 | 0 | 0.27 | 211.58 | 0.3 | 0.62 |
| Hex | 82 | 9D | BB | 1E | 10 | 0 | 1B | D4 | 1E | 3E |
| Octal | 202 | 235 | 273 | 36 | 20 | 0 | 33 | 324 | 36 | 76 |
| Binary | 10000010 | 10011101 | 10111011 | 11110 | 10000 | 0 | 11011 | 11010100 | 11110 | 111110 |
Color Harmonies of #829DBB
Complementary color
Monochromatic Colors of #829DBB
Black with #829DBB
Text Example
Text Example
White with #829DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829DBB; }
p { color: rgb(130,157,187); }
H1.HeaderClassName
{
color: #829DBB;
}
.AnyTagClassName
{
color: #829DBB;
}
</style>
background-color css
<style>
a { background-color: #829DBB; }
a { background-color: rgb(130,157,187); }
div.DivClassName
{
background-color: #829DBB;
}
.BgClassName
{
background-color: #829DBB;
}
</style>
border-color css
<style>
span { border-color: #829DBB; }
span { border-color: rgb(130,157,187); }
td.TdClassName
{
border-color: #829DBB;
}
.TagClassName
{
border-color: #829DBB;
}
</style>