Shades of Rock Blue #8599B5
Tints of Rock Blue #8599B5
RGB
CMYK
RGB Variations
Color information
#8599B5 (or 0x8599B5) is known color: Rock Blue. HEX triplet: 85, 99 and B5. RGB value is (133,153,181). Sum of RGB (Red+Green+Blue) = 133+153+181=467 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.48% from 467); Green value is 153 (60.16% from 255 or 32.76% from 467); Blue value is 181 (71.09% from 255 or 38.76% from 467); Max value from RGB is 181 - color contains mainly: blue. Hex color #8599B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8599B5 is #7A664A. Grayscale: #969696. Windows color (decimal): -8021579 or 11901317. OLE color: 11901317.
HSL color Cylindrical-coordinate representation of color #8599B5: hue angle of 215º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8599B5 is Cyan = 0.27, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 133 | 153 | 181 | - |
| CMYK | 0.27 | 0.15 | 0 | 0.29 |
| HSL | 215º | 0.24% | 0.62% | - |
| HSV(B) | 215º | 0.27% | 0.71% | - |
| XYZ | 29.4 | 31.11 | 48.17 | - |
| YUV | 150.21 | 145.37 | 115.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 153 | 181 | 0.27 | 0.15 | 0 | 0.29 | 215 | 0.24 | 0.62 |
| Hex | 85 | 99 | B5 | 1B | F | 0 | 1D | D7 | 18 | 3E |
| Octal | 205 | 231 | 265 | 33 | 17 | 0 | 35 | 327 | 30 | 76 |
| Binary | 10000101 | 10011001 | 10110101 | 11011 | 1111 | 0 | 11101 | 11010111 | 11000 | 111110 |
Color Harmonies of #8599B5
Complementary color
Monochromatic Colors of #8599B5
Black with #8599B5
Text Example
Text Example
White with #8599B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8599B5; }
p { color: rgb(133,153,181); }
H1.HeaderClassName
{
color: #8599B5;
}
.AnyTagClassName
{
color: #8599B5;
}
</style>
background-color css
<style>
a { background-color: #8599B5; }
a { background-color: rgb(133,153,181); }
div.DivClassName
{
background-color: #8599B5;
}
.BgClassName
{
background-color: #8599B5;
}
</style>
border-color css
<style>
span { border-color: #8599B5; }
span { border-color: rgb(133,153,181); }
td.TdClassName
{
border-color: #8599B5;
}
.TagClassName
{
border-color: #8599B5;
}
</style>