Shades of Rock Blue #899CBD
Tints of Rock Blue #899CBD
RGB
CMYK
RGB Variations
Color information
#899CBD (or 0x899CBD) is known color: Rock Blue. HEX triplet: 89, 9C and BD. RGB value is (137,156,189). Sum of RGB (Red+Green+Blue) = 137+156+189=482 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.42% from 482); Green value is 156 (61.33% from 255 or 32.37% from 482); Blue value is 189 (74.22% from 255 or 39.21% from 482); Max value from RGB is 189 - color contains mainly: blue. Hex color #899CBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899CBD is #766342. Grayscale: #999999. Windows color (decimal): -7758659 or 12426377. OLE color: 12426377.
HSL color Cylindrical-coordinate representation of color #899CBD: hue angle of 218.08º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #899CBD is Cyan = 0.28, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 137 | 156 | 189 | - |
| CMYK | 0.28 | 0.17 | 0 | 0.26 |
| HSL | 218.08º | 0.28% | 0.64% | - |
| HSV(B) | 218.08º | 0.28% | 0.74% | - |
| XYZ | 31.39 | 32.77 | 52.81 | - |
| YUV | 154.08 | 147.71 | 115.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 156 | 189 | 0.28 | 0.17 | 0 | 0.26 | 218.08 | 0.28 | 0.64 |
| Hex | 89 | 9C | BD | 1C | 11 | 0 | 1A | DA | 1C | 40 |
| Octal | 211 | 234 | 275 | 34 | 21 | 0 | 32 | 332 | 34 | 100 |
| Binary | 10001001 | 10011100 | 10111101 | 11100 | 10001 | 0 | 11010 | 11011010 | 11100 | 1000000 |
Color Harmonies of #899CBD
Complementary color
Monochromatic Colors of #899CBD
Black with #899CBD
Text Example
Text Example
White with #899CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899CBD; }
p { color: rgb(137,156,189); }
H1.HeaderClassName
{
color: #899CBD;
}
.AnyTagClassName
{
color: #899CBD;
}
</style>
background-color css
<style>
a { background-color: #899CBD; }
a { background-color: rgb(137,156,189); }
div.DivClassName
{
background-color: #899CBD;
}
.BgClassName
{
background-color: #899CBD;
}
</style>
border-color css
<style>
span { border-color: #899CBD; }
span { border-color: rgb(137,156,189); }
td.TdClassName
{
border-color: #899CBD;
}
.TagClassName
{
border-color: #899CBD;
}
</style>