Shades of Rock Blue #899CB5
Tints of Rock Blue #899CB5
RGB
CMYK
RGB Variations
Color information
#899CB5 (or 0x899CB5) is known color: Rock Blue. HEX triplet: 89, 9C and B5. RGB value is (137,156,181). Sum of RGB (Red+Green+Blue) = 137+156+181=474 (62% of max value = 765). Red value is 137 (53.91% from 255 or 28.90% from 474); Green value is 156 (61.33% from 255 or 32.91% from 474); Blue value is 181 (71.09% from 255 or 38.19% from 474); Max value from RGB is 181 - color contains mainly: blue. Hex color #899CB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899CB5 is #76634A. Grayscale: #999999. Windows color (decimal): -7758667 or 11902089. OLE color: 11902089.
HSL color Cylindrical-coordinate representation of color #899CB5: hue angle of 214.09º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #899CB5 is Cyan = 0.24, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 137 | 156 | 181 | - |
| CMYK | 0.24 | 0.14 | 0 | 0.29 |
| HSL | 214.09º | 0.23% | 0.62% | - |
| HSV(B) | 214.09º | 0.24% | 0.71% | - |
| XYZ | 30.55 | 32.43 | 48.37 | - |
| YUV | 153.17 | 143.71 | 116.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 156 | 181 | 0.24 | 0.14 | 0 | 0.29 | 214.09 | 0.23 | 0.62 |
| Hex | 89 | 9C | B5 | 18 | E | 0 | 1D | D6 | 17 | 3E |
| Octal | 211 | 234 | 265 | 30 | 16 | 0 | 35 | 326 | 27 | 76 |
| Binary | 10001001 | 10011100 | 10110101 | 11000 | 1110 | 0 | 11101 | 11010110 | 10111 | 111110 |
Color Harmonies of #899CB5
Complementary color
Monochromatic Colors of #899CB5
Black with #899CB5
Text Example
Text Example
White with #899CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899CB5; }
p { color: rgb(137,156,181); }
H1.HeaderClassName
{
color: #899CB5;
}
.AnyTagClassName
{
color: #899CB5;
}
</style>
background-color css
<style>
a { background-color: #899CB5; }
a { background-color: rgb(137,156,181); }
div.DivClassName
{
background-color: #899CB5;
}
.BgClassName
{
background-color: #899CB5;
}
</style>
border-color css
<style>
span { border-color: #899CB5; }
span { border-color: rgb(137,156,181); }
td.TdClassName
{
border-color: #899CB5;
}
.TagClassName
{
border-color: #899CB5;
}
</style>