Shades of Rock Blue #8599BD
Tints of Rock Blue #8599BD
RGB
CMYK
RGB Variations
Color information
#8599BD (or 0x8599BD) is known color: Rock Blue. HEX triplet: 85, 99 and BD. RGB value is (133,153,189). Sum of RGB (Red+Green+Blue) = 133+153+189=475 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28% from 475); Green value is 153 (60.16% from 255 or 32.21% from 475); Blue value is 189 (74.22% from 255 or 39.79% from 475); Max value from RGB is 189 - color contains mainly: blue. Hex color #8599BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8599BD is #7A6642. Grayscale: #969696. Windows color (decimal): -8021571 or 12425605. OLE color: 12425605.
HSL color Cylindrical-coordinate representation of color #8599BD: hue angle of 218.57º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8599BD is Cyan = 0.30, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 153 | 189 | - |
| CMYK | 0.30 | 0.19 | 0 | 0.26 |
| HSL | 218.57º | 0.3% | 0.63% | - |
| HSV(B) | 218.57º | 0.3% | 0.74% | - |
| XYZ | 30.25 | 31.44 | 52.62 | - |
| YUV | 151.12 | 149.37 | 115.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 153 | 189 | 0.30 | 0.19 | 0 | 0.26 | 218.57 | 0.3 | 0.63 |
| Hex | 85 | 99 | BD | 1E | 13 | 0 | 1A | DB | 1E | 3F |
| Octal | 205 | 231 | 275 | 36 | 23 | 0 | 32 | 333 | 36 | 77 |
| Binary | 10000101 | 10011001 | 10111101 | 11110 | 10011 | 0 | 11010 | 11011011 | 11110 | 111111 |
Color Harmonies of #8599BD
Complementary color
Monochromatic Colors of #8599BD
Black with #8599BD
Text Example
Text Example
White with #8599BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8599BD; }
p { color: rgb(133,153,189); }
H1.HeaderClassName
{
color: #8599BD;
}
.AnyTagClassName
{
color: #8599BD;
}
</style>
background-color css
<style>
a { background-color: #8599BD; }
a { background-color: rgb(133,153,189); }
div.DivClassName
{
background-color: #8599BD;
}
.BgClassName
{
background-color: #8599BD;
}
</style>
border-color css
<style>
span { border-color: #8599BD; }
span { border-color: rgb(133,153,189); }
td.TdClassName
{
border-color: #8599BD;
}
.TagClassName
{
border-color: #8599BD;
}
</style>