Shades of Rock Blue #829BB7
Tints of Rock Blue #829BB7
RGB
CMYK
RGB Variations
Color information
#829BB7 (or 0x829BB7) is known color: Rock Blue. HEX triplet: 82, 9B and B7. RGB value is (130,155,183). Sum of RGB (Red+Green+Blue) = 130+155+183=468 (61% of max value = 765). Red value is 130 (51.17% from 255 or 27.78% from 468); Green value is 155 (60.94% from 255 or 33.12% from 468); Blue value is 183 (71.88% from 255 or 39.10% from 468); Max value from RGB is 183 - color contains mainly: blue. Hex color #829BB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829BB7 is #7D6448. Grayscale: #969696. Windows color (decimal): -8217673 or 12032898. OLE color: 12032898.
HSL color Cylindrical-coordinate representation of color #829BB7: hue angle of 211.7º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #829BB7 is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 130 | 155 | 183 | - |
| CMYK | 0.29 | 0.15 | 0 | 0.28 |
| HSL | 211.7º | 0.27% | 0.61% | - |
| HSV(B) | 211.7º | 0.29% | 0.72% | - |
| XYZ | 29.47 | 31.61 | 49.35 | - |
| YUV | 150.72 | 146.22 | 113.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 155 | 183 | 0.29 | 0.15 | 0 | 0.28 | 211.7 | 0.27 | 0.61 |
| Hex | 82 | 9B | B7 | 1D | F | 0 | 1C | D4 | 1B | 3D |
| Octal | 202 | 233 | 267 | 35 | 17 | 0 | 34 | 324 | 33 | 75 |
| Binary | 10000010 | 10011011 | 10110111 | 11101 | 1111 | 0 | 11100 | 11010100 | 11011 | 111101 |
Color Harmonies of #829BB7
Complementary color
Monochromatic Colors of #829BB7
Black with #829BB7
Text Example
Text Example
White with #829BB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829BB7; }
p { color: rgb(130,155,183); }
H1.HeaderClassName
{
color: #829BB7;
}
.AnyTagClassName
{
color: #829BB7;
}
</style>
background-color css
<style>
a { background-color: #829BB7; }
a { background-color: rgb(130,155,183); }
div.DivClassName
{
background-color: #829BB7;
}
.BgClassName
{
background-color: #829BB7;
}
</style>
border-color css
<style>
span { border-color: #829BB7; }
span { border-color: rgb(130,155,183); }
td.TdClassName
{
border-color: #829BB7;
}
.TagClassName
{
border-color: #829BB7;
}
</style>