Shades of Rock Blue #849BC1
Tints of Rock Blue #849BC1
RGB
CMYK
RGB Variations
Color information
#849BC1 (or 0x849BC1) is known color: Rock Blue. HEX triplet: 84, 9B and C1. RGB value is (132,155,193). Sum of RGB (Red+Green+Blue) = 132+155+193=480 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.5% from 480); Green value is 155 (60.94% from 255 or 32.29% from 480); Blue value is 193 (75.78% from 255 or 40.21% from 480); Max value from RGB is 193 - color contains mainly: blue. Hex color #849BC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849BC1 is #7B643E. Grayscale: #989898. Windows color (decimal): -8086591 or 12688260. OLE color: 12688260.
HSL color Cylindrical-coordinate representation of color #849BC1: hue angle of 217.38º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #849BC1 is Cyan = 0.32, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 132 | 155 | 193 | - |
| CMYK | 0.32 | 0.20 | 0 | 0.24 |
| HSL | 217.38º | 0.33% | 0.64% | - |
| HSV(B) | 217.38º | 0.32% | 0.76% | - |
| XYZ | 30.86 | 32.2 | 55.04 | - |
| YUV | 152.46 | 150.88 | 113.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 155 | 193 | 0.32 | 0.20 | 0 | 0.24 | 217.38 | 0.33 | 0.64 |
| Hex | 84 | 9B | C1 | 20 | 14 | 0 | 18 | D9 | 21 | 40 |
| Octal | 204 | 233 | 301 | 40 | 24 | 0 | 30 | 331 | 41 | 100 |
| Binary | 10000100 | 10011011 | 11000001 | 100000 | 10100 | 0 | 11000 | 11011001 | 100001 | 1000000 |
Color Harmonies of #849BC1
Complementary color
Monochromatic Colors of #849BC1
Black with #849BC1
Text Example
Text Example
White with #849BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849BC1; }
p { color: rgb(132,155,193); }
H1.HeaderClassName
{
color: #849BC1;
}
.AnyTagClassName
{
color: #849BC1;
}
</style>
background-color css
<style>
a { background-color: #849BC1; }
a { background-color: rgb(132,155,193); }
div.DivClassName
{
background-color: #849BC1;
}
.BgClassName
{
background-color: #849BC1;
}
</style>
border-color css
<style>
span { border-color: #849BC1; }
span { border-color: rgb(132,155,193); }
td.TdClassName
{
border-color: #849BC1;
}
.TagClassName
{
border-color: #849BC1;
}
</style>