Shades of Rock Blue #849BB6
Tints of Rock Blue #849BB6
RGB
CMYK
RGB Variations
Color information
#849BB6 (or 0x849BB6) is known color: Rock Blue. HEX triplet: 84, 9B and B6. RGB value is (132,155,182). Sum of RGB (Red+Green+Blue) = 132+155+182=469 (62% of max value = 765). Red value is 132 (51.95% from 255 or 28.14% from 469); Green value is 155 (60.94% from 255 or 33.05% from 469); Blue value is 182 (71.48% from 255 or 38.81% from 469); Max value from RGB is 182 - color contains mainly: blue. Hex color #849BB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849BB6 is #7B6449. Grayscale: #979797. Windows color (decimal): -8086602 or 11967364. OLE color: 11967364.
HSL color Cylindrical-coordinate representation of color #849BB6: hue angle of 212.4º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #849BB6 is Cyan = 0.27, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 132 | 155 | 182 | - |
| CMYK | 0.27 | 0.15 | 0 | 0.29 |
| HSL | 212.4º | 0.26% | 0.62% | - |
| HSV(B) | 212.4º | 0.27% | 0.71% | - |
| XYZ | 29.68 | 31.73 | 48.82 | - |
| YUV | 151.2 | 145.38 | 114.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 155 | 182 | 0.27 | 0.15 | 0 | 0.29 | 212.4 | 0.26 | 0.62 |
| Hex | 84 | 9B | B6 | 1B | F | 0 | 1D | D4 | 1A | 3E |
| Octal | 204 | 233 | 266 | 33 | 17 | 0 | 35 | 324 | 32 | 76 |
| Binary | 10000100 | 10011011 | 10110110 | 11011 | 1111 | 0 | 11101 | 11010100 | 11010 | 111110 |
Color Harmonies of #849BB6
Complementary color
Monochromatic Colors of #849BB6
Black with #849BB6
Text Example
Text Example
White with #849BB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849BB6; }
p { color: rgb(132,155,182); }
H1.HeaderClassName
{
color: #849BB6;
}
.AnyTagClassName
{
color: #849BB6;
}
</style>
background-color css
<style>
a { background-color: #849BB6; }
a { background-color: rgb(132,155,182); }
div.DivClassName
{
background-color: #849BB6;
}
.BgClassName
{
background-color: #849BB6;
}
</style>
border-color css
<style>
span { border-color: #849BB6; }
span { border-color: rgb(132,155,182); }
td.TdClassName
{
border-color: #849BB6;
}
.TagClassName
{
border-color: #849BB6;
}
</style>