Shades of Rock Blue #8598BC
Tints of Rock Blue #8598BC
RGB
CMYK
RGB Variations
Color information
#8598BC (or 0x8598BC) is known color: Rock Blue. HEX triplet: 85, 98 and BC. RGB value is (133,152,188). Sum of RGB (Red+Green+Blue) = 133+152+188=473 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.12% from 473); Green value is 152 (59.77% from 255 or 32.14% from 473); Blue value is 188 (73.83% from 255 or 39.75% from 473); Max value from RGB is 188 - color contains mainly: blue. Hex color #8598BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8598BC is #7A6743. Grayscale: #969696. Windows color (decimal): -8021828 or 12359813. OLE color: 12359813.
HSL color Cylindrical-coordinate representation of color #8598BC: hue angle of 219.27º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8598BC is Cyan = 0.29, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 152 | 188 | - |
| CMYK | 0.29 | 0.19 | 0 | 0.26 |
| HSL | 219.27º | 0.29% | 0.63% | - |
| HSV(B) | 219.27º | 0.29% | 0.74% | - |
| XYZ | 29.98 | 31.07 | 51.99 | - |
| YUV | 150.42 | 149.21 | 115.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 152 | 188 | 0.29 | 0.19 | 0 | 0.26 | 219.27 | 0.29 | 0.63 |
| Hex | 85 | 98 | BC | 1D | 13 | 0 | 1A | DB | 1D | 3F |
| Octal | 205 | 230 | 274 | 35 | 23 | 0 | 32 | 333 | 35 | 77 |
| Binary | 10000101 | 10011000 | 10111100 | 11101 | 10011 | 0 | 11010 | 11011011 | 11101 | 111111 |
Color Harmonies of #8598BC
Complementary color
Monochromatic Colors of #8598BC
Black with #8598BC
Text Example
Text Example
White with #8598BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8598BC; }
p { color: rgb(133,152,188); }
H1.HeaderClassName
{
color: #8598BC;
}
.AnyTagClassName
{
color: #8598BC;
}
</style>
background-color css
<style>
a { background-color: #8598BC; }
a { background-color: rgb(133,152,188); }
div.DivClassName
{
background-color: #8598BC;
}
.BgClassName
{
background-color: #8598BC;
}
</style>
border-color css
<style>
span { border-color: #8598BC; }
span { border-color: rgb(133,152,188); }
td.TdClassName
{
border-color: #8598BC;
}
.TagClassName
{
border-color: #8598BC;
}
</style>