Shades of Rock Blue #8498BC
Tints of Rock Blue #8498BC
RGB
CMYK
RGB Variations
Color information
#8498BC (or 0x8498BC) is known color: Rock Blue. HEX triplet: 84, 98 and BC. RGB value is (132,152,188). Sum of RGB (Red+Green+Blue) = 132+152+188=472 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.97% from 472); Green value is 152 (59.77% from 255 or 32.20% from 472); Blue value is 188 (73.83% from 255 or 39.83% from 472); Max value from RGB is 188 - color contains mainly: blue. Hex color #8498BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8498BC is #7B6743. Grayscale: #959595. Windows color (decimal): -8087364 or 12359812. OLE color: 12359812.
HSL color Cylindrical-coordinate representation of color #8498BC: hue angle of 218.57º 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 #8498BC is Cyan = 0.30, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 132 | 152 | 188 | - |
| CMYK | 0.30 | 0.19 | 0 | 0.26 |
| HSL | 218.57º | 0.29% | 0.63% | - |
| HSV(B) | 218.57º | 0.3% | 0.74% | - |
| XYZ | 29.82 | 30.99 | 51.99 | - |
| YUV | 150.12 | 149.37 | 115.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 152 | 188 | 0.30 | 0.19 | 0 | 0.26 | 218.57 | 0.29 | 0.63 |
| Hex | 84 | 98 | BC | 1E | 13 | 0 | 1A | DB | 1D | 3F |
| Octal | 204 | 230 | 274 | 36 | 23 | 0 | 32 | 333 | 35 | 77 |
| Binary | 10000100 | 10011000 | 10111100 | 11110 | 10011 | 0 | 11010 | 11011011 | 11101 | 111111 |
Color Harmonies of #8498BC
Complementary color
Monochromatic Colors of #8498BC
Black with #8498BC
Text Example
Text Example
White with #8498BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8498BC; }
p { color: rgb(132,152,188); }
H1.HeaderClassName
{
color: #8498BC;
}
.AnyTagClassName
{
color: #8498BC;
}
</style>
background-color css
<style>
a { background-color: #8498BC; }
a { background-color: rgb(132,152,188); }
div.DivClassName
{
background-color: #8498BC;
}
.BgClassName
{
background-color: #8498BC;
}
</style>
border-color css
<style>
span { border-color: #8498BC; }
span { border-color: rgb(132,152,188); }
td.TdClassName
{
border-color: #8498BC;
}
.TagClassName
{
border-color: #8498BC;
}
</style>