Shades of Rock Blue #8597B9
Tints of Rock Blue #8597B9
RGB
CMYK
RGB Variations
Color information
#8597B9 (or 0x8597B9) is known color: Rock Blue. HEX triplet: 85, 97 and B9. RGB value is (133,151,185). Sum of RGB (Red+Green+Blue) = 133+151+185=469 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.36% from 469); Green value is 151 (59.38% from 255 or 32.20% from 469); Blue value is 185 (72.66% from 255 or 39.45% from 469); Max value from RGB is 185 - color contains mainly: blue. Hex color #8597B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8597B9 is #7A6846. Grayscale: #959595. Windows color (decimal): -8022087 or 12162949. OLE color: 12162949.
HSL color Cylindrical-coordinate representation of color #8597B9: hue angle of 219.23º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8597B9 is Cyan = 0.28, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 151 | 185 | - |
| CMYK | 0.28 | 0.18 | 0 | 0.27 |
| HSL | 219.23º | 0.27% | 0.62% | - |
| HSV(B) | 219.23º | 0.28% | 0.73% | - |
| XYZ | 29.5 | 30.62 | 50.26 | - |
| YUV | 149.49 | 148.04 | 116.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 151 | 185 | 0.28 | 0.18 | 0 | 0.27 | 219.23 | 0.27 | 0.62 |
| Hex | 85 | 97 | B9 | 1C | 12 | 0 | 1B | DB | 1B | 3E |
| Octal | 205 | 227 | 271 | 34 | 22 | 0 | 33 | 333 | 33 | 76 |
| Binary | 10000101 | 10010111 | 10111001 | 11100 | 10010 | 0 | 11011 | 11011011 | 11011 | 111110 |
Color Harmonies of #8597B9
Complementary color
Monochromatic Colors of #8597B9
Black with #8597B9
Text Example
Text Example
White with #8597B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8597B9; }
p { color: rgb(133,151,185); }
H1.HeaderClassName
{
color: #8597B9;
}
.AnyTagClassName
{
color: #8597B9;
}
</style>
background-color css
<style>
a { background-color: #8597B9; }
a { background-color: rgb(133,151,185); }
div.DivClassName
{
background-color: #8597B9;
}
.BgClassName
{
background-color: #8597B9;
}
</style>
border-color css
<style>
span { border-color: #8597B9; }
span { border-color: rgb(133,151,185); }
td.TdClassName
{
border-color: #8597B9;
}
.TagClassName
{
border-color: #8597B9;
}
</style>