Shades of Rock Blue #829BBD
Tints of Rock Blue #829BBD
RGB
CMYK
RGB Variations
Color information
#829BBD (or 0x829BBD) is known color: Rock Blue. HEX triplet: 82, 9B and BD. RGB value is (130,155,189). Sum of RGB (Red+Green+Blue) = 130+155+189=474 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.43% from 474); Green value is 155 (60.94% from 255 or 32.70% from 474); Blue value is 189 (74.22% from 255 or 39.87% from 474); Max value from RGB is 189 - color contains mainly: blue. Hex color #829BBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829BBD is #7D6442. Grayscale: #979797. Windows color (decimal): -8217667 or 12426114. OLE color: 12426114.
HSL color Cylindrical-coordinate representation of color #829BBD: hue angle of 214.58º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #829BBD is Cyan = 0.31, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 130 | 155 | 189 | - |
| CMYK | 0.31 | 0.18 | 0 | 0.26 |
| HSL | 214.58º | 0.31% | 0.63% | - |
| HSV(B) | 214.58º | 0.31% | 0.74% | - |
| XYZ | 30.11 | 31.86 | 52.71 | - |
| YUV | 151.4 | 149.22 | 112.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 155 | 189 | 0.31 | 0.18 | 0 | 0.26 | 214.58 | 0.31 | 0.63 |
| Hex | 82 | 9B | BD | 1F | 12 | 0 | 1A | D7 | 1F | 3F |
| Octal | 202 | 233 | 275 | 37 | 22 | 0 | 32 | 327 | 37 | 77 |
| Binary | 10000010 | 10011011 | 10111101 | 11111 | 10010 | 0 | 11010 | 11010111 | 11111 | 111111 |
Color Harmonies of #829BBD
Complementary color
Monochromatic Colors of #829BBD
Black with #829BBD
Text Example
Text Example
White with #829BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829BBD; }
p { color: rgb(130,155,189); }
H1.HeaderClassName
{
color: #829BBD;
}
.AnyTagClassName
{
color: #829BBD;
}
</style>
background-color css
<style>
a { background-color: #829BBD; }
a { background-color: rgb(130,155,189); }
div.DivClassName
{
background-color: #829BBD;
}
.BgClassName
{
background-color: #829BBD;
}
</style>
border-color css
<style>
span { border-color: #829BBD; }
span { border-color: rgb(130,155,189); }
td.TdClassName
{
border-color: #829BBD;
}
.TagClassName
{
border-color: #829BBD;
}
</style>