Shades of Rock Blue #8498B2
Tints of Rock Blue #8498B2
RGB
CMYK
RGB Variations
Color information
#8498B2 (or 0x8498B2) is known color: Rock Blue. HEX triplet: 84, 98 and B2. RGB value is (132,152,178). Sum of RGB (Red+Green+Blue) = 132+152+178=462 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.57% from 462); Green value is 152 (59.77% from 255 or 32.90% from 462); Blue value is 178 (69.92% from 255 or 38.53% from 462); Max value from RGB is 178 - color contains mainly: blue. Hex color #8498B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8498B2 is #7B674D. Grayscale: #949494. Windows color (decimal): -8087374 or 11704452. OLE color: 11704452.
HSL color Cylindrical-coordinate representation of color #8498B2: hue angle of 213.91º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8498B2 is Cyan = 0.26, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 132 | 152 | 178 | - |
| CMYK | 0.26 | 0.15 | 0 | 0.30 |
| HSL | 213.91º | 0.23% | 0.61% | - |
| HSV(B) | 213.91º | 0.26% | 0.7% | - |
| XYZ | 28.78 | 30.58 | 46.5 | - |
| YUV | 148.98 | 144.37 | 115.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 152 | 178 | 0.26 | 0.15 | 0 | 0.30 | 213.91 | 0.23 | 0.61 |
| Hex | 84 | 98 | B2 | 1A | F | 0 | 1E | D6 | 17 | 3D |
| Octal | 204 | 230 | 262 | 32 | 17 | 0 | 36 | 326 | 27 | 75 |
| Binary | 10000100 | 10011000 | 10110010 | 11010 | 1111 | 0 | 11110 | 11010110 | 10111 | 111101 |
Color Harmonies of #8498B2
Complementary color
Monochromatic Colors of #8498B2
Black with #8498B2
Text Example
Text Example
White with #8498B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8498B2; }
p { color: rgb(132,152,178); }
H1.HeaderClassName
{
color: #8498B2;
}
.AnyTagClassName
{
color: #8498B2;
}
</style>
background-color css
<style>
a { background-color: #8498B2; }
a { background-color: rgb(132,152,178); }
div.DivClassName
{
background-color: #8498B2;
}
.BgClassName
{
background-color: #8498B2;
}
</style>
border-color css
<style>
span { border-color: #8498B2; }
span { border-color: rgb(132,152,178); }
td.TdClassName
{
border-color: #8498B2;
}
.TagClassName
{
border-color: #8498B2;
}
</style>