Shades of Rock Blue #8498BA
Tints of Rock Blue #8498BA
RGB
CMYK
RGB Variations
Color information
#8498BA (or 0x8498BA) is known color: Rock Blue. HEX triplet: 84, 98 and BA. RGB value is (132,152,186). Sum of RGB (Red+Green+Blue) = 132+152+186=470 (62% of max value = 765). Red value is 132 (51.95% from 255 or 28.09% from 470); Green value is 152 (59.77% from 255 or 32.34% from 470); Blue value is 186 (73.05% from 255 or 39.57% from 470); Max value from RGB is 186 - color contains mainly: blue. Hex color #8498BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8498BA is #7B6745. Grayscale: #959595. Windows color (decimal): -8087366 or 12228740. OLE color: 12228740.
HSL color Cylindrical-coordinate representation of color #8498BA: hue angle of 217.78º 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 #8498BA is Cyan = 0.29, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 152 | 186 | - |
| CMYK | 0.29 | 0.18 | 0 | 0.27 |
| HSL | 217.78º | 0.28% | 0.62% | - |
| HSV(B) | 217.78º | 0.29% | 0.73% | - |
| XYZ | 29.61 | 30.91 | 50.86 | - |
| YUV | 149.9 | 148.37 | 115.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 152 | 186 | 0.29 | 0.18 | 0 | 0.27 | 217.78 | 0.28 | 0.62 |
| Hex | 84 | 98 | BA | 1D | 12 | 0 | 1B | DA | 1C | 3E |
| Octal | 204 | 230 | 272 | 35 | 22 | 0 | 33 | 332 | 34 | 76 |
| Binary | 10000100 | 10011000 | 10111010 | 11101 | 10010 | 0 | 11011 | 11011010 | 11100 | 111110 |
Color Harmonies of #8498BA
Complementary color
Monochromatic Colors of #8498BA
Black with #8498BA
Text Example
Text Example
White with #8498BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8498BA; }
p { color: rgb(132,152,186); }
H1.HeaderClassName
{
color: #8498BA;
}
.AnyTagClassName
{
color: #8498BA;
}
</style>
background-color css
<style>
a { background-color: #8498BA; }
a { background-color: rgb(132,152,186); }
div.DivClassName
{
background-color: #8498BA;
}
.BgClassName
{
background-color: #8498BA;
}
</style>
border-color css
<style>
span { border-color: #8498BA; }
span { border-color: rgb(132,152,186); }
td.TdClassName
{
border-color: #8498BA;
}
.TagClassName
{
border-color: #8498BA;
}
</style>