Shades of Rock Blue #849BB7
Tints of Rock Blue #849BB7
RGB
CMYK
RGB Variations
Color information
#849BB7 (or 0x849BB7) is known color: Rock Blue. HEX triplet: 84, 9B and B7. RGB value is (132,155,183). Sum of RGB (Red+Green+Blue) = 132+155+183=470 (62% of max value = 765). Red value is 132 (51.95% from 255 or 28.09% from 470); Green value is 155 (60.94% from 255 or 32.98% from 470); Blue value is 183 (71.88% from 255 or 38.94% from 470); Max value from RGB is 183 - color contains mainly: blue. Hex color #849BB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849BB7 is #7B6448. Grayscale: #979797. Windows color (decimal): -8086601 or 12032900. OLE color: 12032900.
HSL color Cylindrical-coordinate representation of color #849BB7: hue angle of 212.94º 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 #849BB7 is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 132 | 155 | 183 | - |
| CMYK | 0.28 | 0.15 | 0 | 0.28 |
| HSL | 212.94º | 0.26% | 0.62% | - |
| HSV(B) | 212.94º | 0.28% | 0.72% | - |
| XYZ | 29.78 | 31.77 | 49.36 | - |
| YUV | 151.32 | 145.88 | 114.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 155 | 183 | 0.28 | 0.15 | 0 | 0.28 | 212.94 | 0.26 | 0.62 |
| Hex | 84 | 9B | B7 | 1C | F | 0 | 1C | D5 | 1A | 3E |
| Octal | 204 | 233 | 267 | 34 | 17 | 0 | 34 | 325 | 32 | 76 |
| Binary | 10000100 | 10011011 | 10110111 | 11100 | 1111 | 0 | 11100 | 11010101 | 11010 | 111110 |
Color Harmonies of #849BB7
Complementary color
Monochromatic Colors of #849BB7
Black with #849BB7
Text Example
Text Example
White with #849BB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849BB7; }
p { color: rgb(132,155,183); }
H1.HeaderClassName
{
color: #849BB7;
}
.AnyTagClassName
{
color: #849BB7;
}
</style>
background-color css
<style>
a { background-color: #849BB7; }
a { background-color: rgb(132,155,183); }
div.DivClassName
{
background-color: #849BB7;
}
.BgClassName
{
background-color: #849BB7;
}
</style>
border-color css
<style>
span { border-color: #849BB7; }
span { border-color: rgb(132,155,183); }
td.TdClassName
{
border-color: #849BB7;
}
.TagClassName
{
border-color: #849BB7;
}
</style>