Shades of Rock Blue #8599BC
Tints of Rock Blue #8599BC
RGB
CMYK
RGB Variations
Color information
#8599BC (or 0x8599BC) is known color: Rock Blue. HEX triplet: 85, 99 and BC. RGB value is (133,153,188). Sum of RGB (Red+Green+Blue) = 133+153+188=474 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.06% from 474); Green value is 153 (60.16% from 255 or 32.28% from 474); Blue value is 188 (73.83% from 255 or 39.66% from 474); Max value from RGB is 188 - color contains mainly: blue. Hex color #8599BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8599BC is #7A6643. Grayscale: #969696. Windows color (decimal): -8021572 or 12360069. OLE color: 12360069.
HSL color Cylindrical-coordinate representation of color #8599BC: hue angle of 218.18º 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 #8599BC is Cyan = 0.29, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 153 | 188 | - |
| CMYK | 0.29 | 0.19 | 0 | 0.26 |
| HSL | 218.18º | 0.29% | 0.63% | - |
| HSV(B) | 218.18º | 0.29% | 0.74% | - |
| XYZ | 30.14 | 31.4 | 52.05 | - |
| YUV | 151.01 | 148.87 | 115.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 153 | 188 | 0.29 | 0.19 | 0 | 0.26 | 218.18 | 0.29 | 0.63 |
| Hex | 85 | 99 | BC | 1D | 13 | 0 | 1A | DA | 1D | 3F |
| Octal | 205 | 231 | 274 | 35 | 23 | 0 | 32 | 332 | 35 | 77 |
| Binary | 10000101 | 10011001 | 10111100 | 11101 | 10011 | 0 | 11010 | 11011010 | 11101 | 111111 |
Color Harmonies of #8599BC
Complementary color
Monochromatic Colors of #8599BC
Black with #8599BC
Text Example
Text Example
White with #8599BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8599BC; }
p { color: rgb(133,153,188); }
H1.HeaderClassName
{
color: #8599BC;
}
.AnyTagClassName
{
color: #8599BC;
}
</style>
background-color css
<style>
a { background-color: #8599BC; }
a { background-color: rgb(133,153,188); }
div.DivClassName
{
background-color: #8599BC;
}
.BgClassName
{
background-color: #8599BC;
}
</style>
border-color css
<style>
span { border-color: #8599BC; }
span { border-color: rgb(133,153,188); }
td.TdClassName
{
border-color: #8599BC;
}
.TagClassName
{
border-color: #8599BC;
}
</style>