Shades of Rock Blue #849FBA
Tints of Rock Blue #849FBA
RGB
CMYK
RGB Variations
Color information
#849FBA (or 0x849FBA) is known color: Rock Blue. HEX triplet: 84, 9F and BA. RGB value is (132,159,186). Sum of RGB (Red+Green+Blue) = 132+159+186=477 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.67% from 477); Green value is 159 (62.5% from 255 or 33.33% from 477); Blue value is 186 (73.05% from 255 or 38.99% from 477); Max value from RGB is 186 - color contains mainly: blue. Hex color #849FBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849FBA is #7B6045. Grayscale: #999999. Windows color (decimal): -8085574 or 12230532. OLE color: 12230532.
HSL color Cylindrical-coordinate representation of color #849FBA: hue angle of 210º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #849FBA is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 159 | 186 | - |
| CMYK | 0.29 | 0.15 | 0 | 0.27 |
| HSL | 210º | 0.28% | 0.62% | - |
| HSV(B) | 210º | 0.29% | 0.73% | - |
| XYZ | 30.78 | 33.25 | 51.25 | - |
| YUV | 154.01 | 146.05 | 112.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 159 | 186 | 0.29 | 0.15 | 0 | 0.27 | 210 | 0.28 | 0.62 |
| Hex | 84 | 9F | BA | 1D | F | 0 | 1B | D2 | 1C | 3E |
| Octal | 204 | 237 | 272 | 35 | 17 | 0 | 33 | 322 | 34 | 76 |
| Binary | 10000100 | 10011111 | 10111010 | 11101 | 1111 | 0 | 11011 | 11010010 | 11100 | 111110 |
Color Harmonies of #849FBA
Complementary color
Monochromatic Colors of #849FBA
Black with #849FBA
Text Example
Text Example
White with #849FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849FBA; }
p { color: rgb(132,159,186); }
H1.HeaderClassName
{
color: #849FBA;
}
.AnyTagClassName
{
color: #849FBA;
}
</style>
background-color css
<style>
a { background-color: #849FBA; }
a { background-color: rgb(132,159,186); }
div.DivClassName
{
background-color: #849FBA;
}
.BgClassName
{
background-color: #849FBA;
}
</style>
border-color css
<style>
span { border-color: #849FBA; }
span { border-color: rgb(132,159,186); }
td.TdClassName
{
border-color: #849FBA;
}
.TagClassName
{
border-color: #849FBA;
}
</style>