Shades of Rock Blue #829CB8
Tints of Rock Blue #829CB8
RGB
CMYK
RGB Variations
Color information
#829CB8 (or 0x829CB8) is known color: Rock Blue. HEX triplet: 82, 9C and B8. RGB value is (130,156,184). Sum of RGB (Red+Green+Blue) = 130+156+184=470 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.66% from 470); Green value is 156 (61.33% from 255 or 33.19% from 470); Blue value is 184 (72.27% from 255 or 39.15% from 470); Max value from RGB is 184 - color contains mainly: blue. Hex color #829CB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829CB8 is #7D6347. Grayscale: #979797. Windows color (decimal): -8217416 or 12098690. OLE color: 12098690.
HSL color Cylindrical-coordinate representation of color #829CB8: hue angle of 211.11º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #829CB8 is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 130 | 156 | 184 | - |
| CMYK | 0.29 | 0.15 | 0 | 0.28 |
| HSL | 211.11º | 0.28% | 0.62% | - |
| HSV(B) | 211.11º | 0.29% | 0.72% | - |
| XYZ | 29.75 | 31.98 | 49.95 | - |
| YUV | 151.42 | 146.39 | 112.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 156 | 184 | 0.29 | 0.15 | 0 | 0.28 | 211.11 | 0.28 | 0.62 |
| Hex | 82 | 9C | B8 | 1D | F | 0 | 1C | D3 | 1C | 3E |
| Octal | 202 | 234 | 270 | 35 | 17 | 0 | 34 | 323 | 34 | 76 |
| Binary | 10000010 | 10011100 | 10111000 | 11101 | 1111 | 0 | 11100 | 11010011 | 11100 | 111110 |
Color Harmonies of #829CB8
Complementary color
Monochromatic Colors of #829CB8
Black with #829CB8
Text Example
Text Example
White with #829CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829CB8; }
p { color: rgb(130,156,184); }
H1.HeaderClassName
{
color: #829CB8;
}
.AnyTagClassName
{
color: #829CB8;
}
</style>
background-color css
<style>
a { background-color: #829CB8; }
a { background-color: rgb(130,156,184); }
div.DivClassName
{
background-color: #829CB8;
}
.BgClassName
{
background-color: #829CB8;
}
</style>
border-color css
<style>
span { border-color: #829CB8; }
span { border-color: rgb(130,156,184); }
td.TdClassName
{
border-color: #829CB8;
}
.TagClassName
{
border-color: #829CB8;
}
</style>