Shades of Rock Blue #8597BF
Tints of Rock Blue #8597BF
RGB
CMYK
RGB Variations
Color information
#8597BF (or 0x8597BF) is known color: Rock Blue. HEX triplet: 85, 97 and BF. RGB value is (133,151,191). Sum of RGB (Red+Green+Blue) = 133+151+191=475 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28% from 475); Green value is 151 (59.38% from 255 or 31.79% from 475); Blue value is 191 (75% from 255 or 40.21% from 475); Max value from RGB is 191 - color contains mainly: blue. Hex color #8597BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8597BF is #7A6840. Grayscale: #959595. Windows color (decimal): -8022081 or 12556165. OLE color: 12556165.
HSL color Cylindrical-coordinate representation of color #8597BF: hue angle of 221.38º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8597BF is Cyan = 0.30, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 133 | 151 | 191 | - |
| CMYK | 0.30 | 0.21 | 0 | 0.25 |
| HSL | 221.38º | 0.31% | 0.64% | - |
| HSV(B) | 221.38º | 0.3% | 0.75% | - |
| XYZ | 30.14 | 30.88 | 53.66 | - |
| YUV | 150.18 | 151.04 | 115.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 151 | 191 | 0.30 | 0.21 | 0 | 0.25 | 221.38 | 0.31 | 0.64 |
| Hex | 85 | 97 | BF | 1E | 15 | 0 | 19 | DD | 1F | 40 |
| Octal | 205 | 227 | 277 | 36 | 25 | 0 | 31 | 335 | 37 | 100 |
| Binary | 10000101 | 10010111 | 10111111 | 11110 | 10101 | 0 | 11001 | 11011101 | 11111 | 1000000 |
Color Harmonies of #8597BF
Complementary color
Monochromatic Colors of #8597BF
Black with #8597BF
Text Example
Text Example
White with #8597BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8597BF; }
p { color: rgb(133,151,191); }
H1.HeaderClassName
{
color: #8597BF;
}
.AnyTagClassName
{
color: #8597BF;
}
</style>
background-color css
<style>
a { background-color: #8597BF; }
a { background-color: rgb(133,151,191); }
div.DivClassName
{
background-color: #8597BF;
}
.BgClassName
{
background-color: #8597BF;
}
</style>
border-color css
<style>
span { border-color: #8597BF; }
span { border-color: rgb(133,151,191); }
td.TdClassName
{
border-color: #8597BF;
}
.TagClassName
{
border-color: #8597BF;
}
</style>