Shades of Rock Blue #8598B3
Tints of Rock Blue #8598B3
RGB
CMYK
RGB Variations
Color information
#8598B3 (or 0x8598B3) is known color: Rock Blue. HEX triplet: 85, 98 and B3. RGB value is (133,152,179). Sum of RGB (Red+Green+Blue) = 133+152+179=464 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.66% from 464); Green value is 152 (59.77% from 255 or 32.76% from 464); Blue value is 179 (70.31% from 255 or 38.58% from 464); Max value from RGB is 179 - color contains mainly: blue. Hex color #8598B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8598B3 is #7A674C. Grayscale: #959595. Windows color (decimal): -8021837 or 11769989. OLE color: 11769989.
HSL color Cylindrical-coordinate representation of color #8598B3: hue angle of 215.22º 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 #8598B3 is Cyan = 0.26, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 133 | 152 | 179 | - |
| CMYK | 0.26 | 0.15 | 0 | 0.30 |
| HSL | 215.22º | 0.23% | 0.61% | - |
| HSV(B) | 215.22º | 0.26% | 0.7% | - |
| XYZ | 29.04 | 30.7 | 47.04 | - |
| YUV | 149.4 | 144.71 | 116.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 152 | 179 | 0.26 | 0.15 | 0 | 0.30 | 215.22 | 0.23 | 0.61 |
| Hex | 85 | 98 | B3 | 1A | F | 0 | 1E | D7 | 17 | 3D |
| Octal | 205 | 230 | 263 | 32 | 17 | 0 | 36 | 327 | 27 | 75 |
| Binary | 10000101 | 10011000 | 10110011 | 11010 | 1111 | 0 | 11110 | 11010111 | 10111 | 111101 |
Color Harmonies of #8598B3
Complementary color
Monochromatic Colors of #8598B3
Black with #8598B3
Text Example
Text Example
White with #8598B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8598B3; }
p { color: rgb(133,152,179); }
H1.HeaderClassName
{
color: #8598B3;
}
.AnyTagClassName
{
color: #8598B3;
}
</style>
background-color css
<style>
a { background-color: #8598B3; }
a { background-color: rgb(133,152,179); }
div.DivClassName
{
background-color: #8598B3;
}
.BgClassName
{
background-color: #8598B3;
}
</style>
border-color css
<style>
span { border-color: #8598B3; }
span { border-color: rgb(133,152,179); }
td.TdClassName
{
border-color: #8598B3;
}
.TagClassName
{
border-color: #8598B3;
}
</style>