Shades of Rock Blue #8498BF
Tints of Rock Blue #8498BF
RGB
CMYK
RGB Variations
Color information
#8498BF (or 0x8498BF) is known color: Rock Blue. HEX triplet: 84, 98 and BF. RGB value is (132,152,191). Sum of RGB (Red+Green+Blue) = 132+152+191=475 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.79% from 475); Green value is 152 (59.77% from 255 or 32% from 475); Blue value is 191 (75% from 255 or 40.21% from 475); Max value from RGB is 191 - color contains mainly: blue. Hex color #8498BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8498BF is #7B6740. Grayscale: #969696. Windows color (decimal): -8087361 or 12556420. OLE color: 12556420.
HSL color Cylindrical-coordinate representation of color #8498BF: hue angle of 219.66º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8498BF is Cyan = 0.31, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 132 | 152 | 191 | - |
| CMYK | 0.31 | 0.20 | 0 | 0.25 |
| HSL | 219.66º | 0.32% | 0.63% | - |
| HSV(B) | 219.66º | 0.31% | 0.75% | - |
| XYZ | 30.15 | 31.12 | 53.71 | - |
| YUV | 150.47 | 150.87 | 114.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 152 | 191 | 0.31 | 0.20 | 0 | 0.25 | 219.66 | 0.32 | 0.63 |
| Hex | 84 | 98 | BF | 1F | 14 | 0 | 19 | DC | 20 | 3F |
| Octal | 204 | 230 | 277 | 37 | 24 | 0 | 31 | 334 | 40 | 77 |
| Binary | 10000100 | 10011000 | 10111111 | 11111 | 10100 | 0 | 11001 | 11011100 | 100000 | 111111 |
Color Harmonies of #8498BF
Complementary color
Monochromatic Colors of #8498BF
Black with #8498BF
Text Example
Text Example
White with #8498BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8498BF; }
p { color: rgb(132,152,191); }
H1.HeaderClassName
{
color: #8498BF;
}
.AnyTagClassName
{
color: #8498BF;
}
</style>
background-color css
<style>
a { background-color: #8498BF; }
a { background-color: rgb(132,152,191); }
div.DivClassName
{
background-color: #8498BF;
}
.BgClassName
{
background-color: #8498BF;
}
</style>
border-color css
<style>
span { border-color: #8498BF; }
span { border-color: rgb(132,152,191); }
td.TdClassName
{
border-color: #8498BF;
}
.TagClassName
{
border-color: #8498BF;
}
</style>