Shades of Rock Blue #899CBB
Tints of Rock Blue #899CBB
RGB
CMYK
RGB Variations
Color information
#899CBB (or 0x899CBB) is known color: Rock Blue. HEX triplet: 89, 9C and BB. RGB value is (137,156,187). Sum of RGB (Red+Green+Blue) = 137+156+187=480 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.54% from 480); Green value is 156 (61.33% from 255 or 32.5% from 480); Blue value is 187 (73.44% from 255 or 38.96% from 480); Max value from RGB is 187 - color contains mainly: blue. Hex color #899CBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899CBB is #766344. Grayscale: #999999. Windows color (decimal): -7758661 or 12295305. OLE color: 12295305.
HSL color Cylindrical-coordinate representation of color #899CBB: hue angle of 217.2º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #899CBB is Cyan = 0.27, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 137 | 156 | 187 | - |
| CMYK | 0.27 | 0.17 | 0 | 0.27 |
| HSL | 217.2º | 0.27% | 0.64% | - |
| HSV(B) | 217.2º | 0.27% | 0.73% | - |
| XYZ | 31.17 | 32.68 | 51.68 | - |
| YUV | 153.85 | 146.71 | 115.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 156 | 187 | 0.27 | 0.17 | 0 | 0.27 | 217.2 | 0.27 | 0.64 |
| Hex | 89 | 9C | BB | 1B | 11 | 0 | 1B | D9 | 1B | 40 |
| Octal | 211 | 234 | 273 | 33 | 21 | 0 | 33 | 331 | 33 | 100 |
| Binary | 10001001 | 10011100 | 10111011 | 11011 | 10001 | 0 | 11011 | 11011001 | 11011 | 1000000 |
Color Harmonies of #899CBB
Complementary color
Monochromatic Colors of #899CBB
Black with #899CBB
Text Example
Text Example
White with #899CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899CBB; }
p { color: rgb(137,156,187); }
H1.HeaderClassName
{
color: #899CBB;
}
.AnyTagClassName
{
color: #899CBB;
}
</style>
background-color css
<style>
a { background-color: #899CBB; }
a { background-color: rgb(137,156,187); }
div.DivClassName
{
background-color: #899CBB;
}
.BgClassName
{
background-color: #899CBB;
}
</style>
border-color css
<style>
span { border-color: #899CBB; }
span { border-color: rgb(137,156,187); }
td.TdClassName
{
border-color: #899CBB;
}
.TagClassName
{
border-color: #899CBB;
}
</style>