Shades of Rock Blue #8598BB
Tints of Rock Blue #8598BB
RGB
CMYK
RGB Variations
Color information
#8598BB (or 0x8598BB) is known color: Rock Blue. HEX triplet: 85, 98 and BB. RGB value is (133,152,187). Sum of RGB (Red+Green+Blue) = 133+152+187=472 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.18% from 472); Green value is 152 (59.77% from 255 or 32.20% from 472); Blue value is 187 (73.44% from 255 or 39.62% from 472); Max value from RGB is 187 - color contains mainly: blue. Hex color #8598BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8598BB is #7A6744. Grayscale: #969696. Windows color (decimal): -8021829 or 12294277. OLE color: 12294277.
HSL color Cylindrical-coordinate representation of color #8598BB: hue angle of 218.89º degrees, saturation: 0.28, 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 #8598BB is Cyan = 0.29, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 152 | 187 | - |
| CMYK | 0.29 | 0.19 | 0 | 0.27 |
| HSL | 218.89º | 0.28% | 0.63% | - |
| HSV(B) | 218.89º | 0.29% | 0.73% | - |
| XYZ | 29.87 | 31.03 | 51.43 | - |
| YUV | 150.31 | 148.71 | 115.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 152 | 187 | 0.29 | 0.19 | 0 | 0.27 | 218.89 | 0.28 | 0.63 |
| Hex | 85 | 98 | BB | 1D | 13 | 0 | 1B | DB | 1C | 3F |
| Octal | 205 | 230 | 273 | 35 | 23 | 0 | 33 | 333 | 34 | 77 |
| Binary | 10000101 | 10011000 | 10111011 | 11101 | 10011 | 0 | 11011 | 11011011 | 11100 | 111111 |
Color Harmonies of #8598BB
Complementary color
Monochromatic Colors of #8598BB
Black with #8598BB
Text Example
Text Example
White with #8598BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8598BB; }
p { color: rgb(133,152,187); }
H1.HeaderClassName
{
color: #8598BB;
}
.AnyTagClassName
{
color: #8598BB;
}
</style>
background-color css
<style>
a { background-color: #8598BB; }
a { background-color: rgb(133,152,187); }
div.DivClassName
{
background-color: #8598BB;
}
.BgClassName
{
background-color: #8598BB;
}
</style>
border-color css
<style>
span { border-color: #8598BB; }
span { border-color: rgb(133,152,187); }
td.TdClassName
{
border-color: #8598BB;
}
.TagClassName
{
border-color: #8598BB;
}
</style>