Shades of Rock Blue #8598BA
Tints of Rock Blue #8598BA
RGB
CMYK
RGB Variations
Color information
#8598BA (or 0x8598BA) is known color: Rock Blue. HEX triplet: 85, 98 and BA. RGB value is (133,152,186). Sum of RGB (Red+Green+Blue) = 133+152+186=471 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.24% from 471); Green value is 152 (59.77% from 255 or 32.27% from 471); Blue value is 186 (73.05% from 255 or 39.49% from 471); Max value from RGB is 186 - color contains mainly: blue. Hex color #8598BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8598BA is #7A6745. Grayscale: #969696. Windows color (decimal): -8021830 or 12228741. OLE color: 12228741.
HSL color Cylindrical-coordinate representation of color #8598BA: hue angle of 218.49º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8598BA is Cyan = 0.28, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 152 | 186 | - |
| CMYK | 0.28 | 0.18 | 0 | 0.27 |
| HSL | 218.49º | 0.28% | 0.63% | - |
| HSV(B) | 218.49º | 0.28% | 0.73% | - |
| XYZ | 29.76 | 30.99 | 50.87 | - |
| YUV | 150.2 | 148.21 | 115.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 152 | 186 | 0.28 | 0.18 | 0 | 0.27 | 218.49 | 0.28 | 0.63 |
| Hex | 85 | 98 | BA | 1C | 12 | 0 | 1B | DA | 1C | 3F |
| Octal | 205 | 230 | 272 | 34 | 22 | 0 | 33 | 332 | 34 | 77 |
| Binary | 10000101 | 10011000 | 10111010 | 11100 | 10010 | 0 | 11011 | 11011010 | 11100 | 111111 |
Color Harmonies of #8598BA
Complementary color
Monochromatic Colors of #8598BA
Black with #8598BA
Text Example
Text Example
White with #8598BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8598BA; }
p { color: rgb(133,152,186); }
H1.HeaderClassName
{
color: #8598BA;
}
.AnyTagClassName
{
color: #8598BA;
}
</style>
background-color css
<style>
a { background-color: #8598BA; }
a { background-color: rgb(133,152,186); }
div.DivClassName
{
background-color: #8598BA;
}
.BgClassName
{
background-color: #8598BA;
}
</style>
border-color css
<style>
span { border-color: #8598BA; }
span { border-color: rgb(133,152,186); }
td.TdClassName
{
border-color: #8598BA;
}
.TagClassName
{
border-color: #8598BA;
}
</style>