Shades of Rock Blue #829EBB
Tints of Rock Blue #829EBB
RGB
CMYK
RGB Variations
Color information
#829EBB (or 0x829EBB) is known color: Rock Blue. HEX triplet: 82, 9E and BB. RGB value is (130,158,187). Sum of RGB (Red+Green+Blue) = 130+158+187=475 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.37% from 475); Green value is 158 (62.11% from 255 or 33.26% from 475); Blue value is 187 (73.44% from 255 or 39.37% from 475); Max value from RGB is 187 - color contains mainly: blue. Hex color #829EBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829EBB is #7D6144. Grayscale: #989898. Windows color (decimal): -8216901 or 12295810. OLE color: 12295810.
HSL color Cylindrical-coordinate representation of color #829EBB: hue angle of 210.53º 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 #829EBB is Cyan = 0.30, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 130 | 158 | 187 | - |
| CMYK | 0.30 | 0.16 | 0 | 0.27 |
| HSL | 210.53º | 0.3% | 0.62% | - |
| HSV(B) | 210.53º | 0.3% | 0.73% | - |
| XYZ | 30.4 | 32.79 | 51.74 | - |
| YUV | 152.93 | 147.22 | 111.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 158 | 187 | 0.30 | 0.16 | 0 | 0.27 | 210.53 | 0.3 | 0.62 |
| Hex | 82 | 9E | BB | 1E | 10 | 0 | 1B | D3 | 1E | 3E |
| Octal | 202 | 236 | 273 | 36 | 20 | 0 | 33 | 323 | 36 | 76 |
| Binary | 10000010 | 10011110 | 10111011 | 11110 | 10000 | 0 | 11011 | 11010011 | 11110 | 111110 |
Color Harmonies of #829EBB
Complementary color
Monochromatic Colors of #829EBB
Black with #829EBB
Text Example
Text Example
White with #829EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829EBB; }
p { color: rgb(130,158,187); }
H1.HeaderClassName
{
color: #829EBB;
}
.AnyTagClassName
{
color: #829EBB;
}
</style>
background-color css
<style>
a { background-color: #829EBB; }
a { background-color: rgb(130,158,187); }
div.DivClassName
{
background-color: #829EBB;
}
.BgClassName
{
background-color: #829EBB;
}
</style>
border-color css
<style>
span { border-color: #829EBB; }
span { border-color: rgb(130,158,187); }
td.TdClassName
{
border-color: #829EBB;
}
.TagClassName
{
border-color: #829EBB;
}
</style>