Shades of Rock Blue #84A0BC
Tints of Rock Blue #84A0BC
RGB
CMYK
RGB Variations
Color information
#84A0BC (or 0x84A0BC) is known color: Rock Blue. HEX triplet: 84, A0 and BC. RGB value is (132,160,188). Sum of RGB (Red+Green+Blue) = 132+160+188=480 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.5% from 480); Green value is 160 (62.89% from 255 or 33.33% from 480); Blue value is 188 (73.83% from 255 or 39.17% from 480); Max value from RGB is 188 - color contains mainly: blue. Hex color #84A0BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84A0BC is #7B5F43. Grayscale: #9A9A9A. Windows color (decimal): -8085316 or 12361860. OLE color: 12361860.
HSL color Cylindrical-coordinate representation of color #84A0BC: hue angle of 210º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #84A0BC is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 132 | 160 | 188 | - |
| CMYK | 0.30 | 0.15 | 0 | 0.26 |
| HSL | 210º | 0.29% | 0.63% | - |
| HSV(B) | 210º | 0.3% | 0.74% | - |
| XYZ | 31.16 | 33.68 | 52.43 | - |
| YUV | 154.82 | 146.72 | 111.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 160 | 188 | 0.30 | 0.15 | 0 | 0.26 | 210 | 0.29 | 0.63 |
| Hex | 84 | A0 | BC | 1E | F | 0 | 1A | D2 | 1D | 3F |
| Octal | 204 | 240 | 274 | 36 | 17 | 0 | 32 | 322 | 35 | 77 |
| Binary | 10000100 | 10100000 | 10111100 | 11110 | 1111 | 0 | 11010 | 11010010 | 11101 | 111111 |
Color Harmonies of #84A0BC
Complementary color
Monochromatic Colors of #84A0BC
Black with #84A0BC
Text Example
Text Example
White with #84A0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A0BC; }
p { color: rgb(132,160,188); }
H1.HeaderClassName
{
color: #84A0BC;
}
.AnyTagClassName
{
color: #84A0BC;
}
</style>
background-color css
<style>
a { background-color: #84A0BC; }
a { background-color: rgb(132,160,188); }
div.DivClassName
{
background-color: #84A0BC;
}
.BgClassName
{
background-color: #84A0BC;
}
</style>
border-color css
<style>
span { border-color: #84A0BC; }
span { border-color: rgb(132,160,188); }
td.TdClassName
{
border-color: #84A0BC;
}
.TagClassName
{
border-color: #84A0BC;
}
</style>