Shades of Rock Blue #8498BB
Tints of Rock Blue #8498BB
RGB
CMYK
RGB Variations
Color information
#8498BB (or 0x8498BB) is known color: Rock Blue. HEX triplet: 84, 98 and BB. RGB value is (132,152,187). Sum of RGB (Red+Green+Blue) = 132+152+187=471 (62% of max value = 765). Red value is 132 (51.95% from 255 or 28.03% from 471); Green value is 152 (59.77% from 255 or 32.27% from 471); Blue value is 187 (73.44% from 255 or 39.70% from 471); Max value from RGB is 187 - color contains mainly: blue. Hex color #8498BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8498BB is #7B6744. Grayscale: #959595. Windows color (decimal): -8087365 or 12294276. OLE color: 12294276.
HSL color Cylindrical-coordinate representation of color #8498BB: hue angle of 218.18º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8498BB is Cyan = 0.29, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 152 | 187 | - |
| CMYK | 0.29 | 0.19 | 0 | 0.27 |
| HSL | 218.18º | 0.29% | 0.63% | - |
| HSV(B) | 218.18º | 0.29% | 0.73% | - |
| XYZ | 29.71 | 30.95 | 51.42 | - |
| YUV | 150.01 | 148.87 | 115.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 152 | 187 | 0.29 | 0.19 | 0 | 0.27 | 218.18 | 0.29 | 0.63 |
| Hex | 84 | 98 | BB | 1D | 13 | 0 | 1B | DA | 1D | 3F |
| Octal | 204 | 230 | 273 | 35 | 23 | 0 | 33 | 332 | 35 | 77 |
| Binary | 10000100 | 10011000 | 10111011 | 11101 | 10011 | 0 | 11011 | 11011010 | 11101 | 111111 |
Color Harmonies of #8498BB
Complementary color
Monochromatic Colors of #8498BB
Black with #8498BB
Text Example
Text Example
White with #8498BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8498BB; }
p { color: rgb(132,152,187); }
H1.HeaderClassName
{
color: #8498BB;
}
.AnyTagClassName
{
color: #8498BB;
}
</style>
background-color css
<style>
a { background-color: #8498BB; }
a { background-color: rgb(132,152,187); }
div.DivClassName
{
background-color: #8498BB;
}
.BgClassName
{
background-color: #8498BB;
}
</style>
border-color css
<style>
span { border-color: #8498BB; }
span { border-color: rgb(132,152,187); }
td.TdClassName
{
border-color: #8498BB;
}
.TagClassName
{
border-color: #8498BB;
}
</style>