Shades of Rock Blue #8597BE
Tints of Rock Blue #8597BE
RGB
CMYK
RGB Variations
Color information
#8597BE (or 0x8597BE) is known color: Rock Blue. HEX triplet: 85, 97 and BE. RGB value is (133,151,190). Sum of RGB (Red+Green+Blue) = 133+151+190=474 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.06% from 474); Green value is 151 (59.38% from 255 or 31.86% from 474); Blue value is 190 (74.61% from 255 or 40.08% from 474); Max value from RGB is 190 - color contains mainly: blue. Hex color #8597BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8597BE is #7A6841. Grayscale: #959595. Windows color (decimal): -8022082 or 12490629. OLE color: 12490629.
HSL color Cylindrical-coordinate representation of color #8597BE: hue angle of 221.05º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8597BE is Cyan = 0.3, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 133 | 151 | 190 | - |
| CMYK | 0.3 | 0.21 | 0 | 0.25 |
| HSL | 221.05º | 0.3% | 0.63% | - |
| HSV(B) | 221.05º | 0.3% | 0.75% | - |
| XYZ | 30.03 | 30.84 | 53.08 | - |
| YUV | 150.06 | 150.54 | 115.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 151 | 190 | 0.3 | 0.21 | 0 | 0.25 | 221.05 | 0.3 | 0.63 |
| Hex | 85 | 97 | BE | 1E | 15 | 0 | 19 | DD | 1E | 3F |
| Octal | 205 | 227 | 276 | 36 | 25 | 0 | 31 | 335 | 36 | 77 |
| Binary | 10000101 | 10010111 | 10111110 | 11110 | 10101 | 0 | 11001 | 11011101 | 11110 | 111111 |
Color Harmonies of #8597BE
Complementary color
Monochromatic Colors of #8597BE
Black with #8597BE
Text Example
Text Example
White with #8597BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8597BE; }
p { color: rgb(133,151,190); }
H1.HeaderClassName
{
color: #8597BE;
}
.AnyTagClassName
{
color: #8597BE;
}
</style>
background-color css
<style>
a { background-color: #8597BE; }
a { background-color: rgb(133,151,190); }
div.DivClassName
{
background-color: #8597BE;
}
.BgClassName
{
background-color: #8597BE;
}
</style>
border-color css
<style>
span { border-color: #8597BE; }
span { border-color: rgb(133,151,190); }
td.TdClassName
{
border-color: #8597BE;
}
.TagClassName
{
border-color: #8597BE;
}
</style>