Shades of Rock Blue #849AB7
Tints of Rock Blue #849AB7
RGB
CMYK
RGB Variations
Color information
#849AB7 (or 0x849AB7) is known color: Rock Blue. HEX triplet: 84, 9A and B7. RGB value is (132,154,183). Sum of RGB (Red+Green+Blue) = 132+154+183=469 (62% of max value = 765). Red value is 132 (51.95% from 255 or 28.14% from 469); Green value is 154 (60.55% from 255 or 32.84% from 469); Blue value is 183 (71.88% from 255 or 39.02% from 469); Max value from RGB is 183 - color contains mainly: blue. Hex color #849AB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849AB7 is #7B6548. Grayscale: #969696. Windows color (decimal): -8086857 or 12032644. OLE color: 12032644.
HSL color Cylindrical-coordinate representation of color #849AB7: hue angle of 214.12º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #849AB7 is Cyan = 0.28, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 132 | 154 | 183 | - |
| CMYK | 0.28 | 0.16 | 0 | 0.28 |
| HSL | 214.12º | 0.26% | 0.62% | - |
| HSV(B) | 214.12º | 0.28% | 0.72% | - |
| XYZ | 29.62 | 31.44 | 49.31 | - |
| YUV | 150.73 | 146.21 | 114.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 154 | 183 | 0.28 | 0.16 | 0 | 0.28 | 214.12 | 0.26 | 0.62 |
| Hex | 84 | 9A | B7 | 1C | 10 | 0 | 1C | D6 | 1A | 3E |
| Octal | 204 | 232 | 267 | 34 | 20 | 0 | 34 | 326 | 32 | 76 |
| Binary | 10000100 | 10011010 | 10110111 | 11100 | 10000 | 0 | 11100 | 11010110 | 11010 | 111110 |
Color Harmonies of #849AB7
Complementary color
Monochromatic Colors of #849AB7
Black with #849AB7
Text Example
Text Example
White with #849AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849AB7; }
p { color: rgb(132,154,183); }
H1.HeaderClassName
{
color: #849AB7;
}
.AnyTagClassName
{
color: #849AB7;
}
</style>
background-color css
<style>
a { background-color: #849AB7; }
a { background-color: rgb(132,154,183); }
div.DivClassName
{
background-color: #849AB7;
}
.BgClassName
{
background-color: #849AB7;
}
</style>
border-color css
<style>
span { border-color: #849AB7; }
span { border-color: rgb(132,154,183); }
td.TdClassName
{
border-color: #849AB7;
}
.TagClassName
{
border-color: #849AB7;
}
</style>