Shades of Rock Blue #889BBC
Tints of Rock Blue #889BBC
RGB
CMYK
RGB Variations
Color information
#889BBC (or 0x889BBC) is known color: Rock Blue. HEX triplet: 88, 9B and BC. RGB value is (136,155,188). Sum of RGB (Red+Green+Blue) = 136+155+188=479 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.39% from 479); Green value is 155 (60.94% from 255 or 32.36% from 479); Blue value is 188 (73.83% from 255 or 39.25% from 479); Max value from RGB is 188 - color contains mainly: blue. Hex color #889BBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889BBC is #776443. Grayscale: #989898. Windows color (decimal): -7824452 or 12360584. OLE color: 12360584.
HSL color Cylindrical-coordinate representation of color #889BBC: 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 #889BBC is Cyan = 0.28, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 136 | 155 | 188 | - |
| CMYK | 0.28 | 0.18 | 0 | 0.26 |
| HSL | 218.08º | 0.28% | 0.64% | - |
| HSV(B) | 218.08º | 0.28% | 0.74% | - |
| XYZ | 30.95 | 32.31 | 52.18 | - |
| YUV | 153.08 | 147.71 | 115.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 155 | 188 | 0.28 | 0.18 | 0 | 0.26 | 218.08 | 0.28 | 0.64 |
| Hex | 88 | 9B | BC | 1C | 12 | 0 | 1A | DA | 1C | 40 |
| Octal | 210 | 233 | 274 | 34 | 22 | 0 | 32 | 332 | 34 | 100 |
| Binary | 10001000 | 10011011 | 10111100 | 11100 | 10010 | 0 | 11010 | 11011010 | 11100 | 1000000 |
Color Harmonies of #889BBC
Complementary color
Monochromatic Colors of #889BBC
Black with #889BBC
Text Example
Text Example
White with #889BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889BBC; }
p { color: rgb(136,155,188); }
H1.HeaderClassName
{
color: #889BBC;
}
.AnyTagClassName
{
color: #889BBC;
}
</style>
background-color css
<style>
a { background-color: #889BBC; }
a { background-color: rgb(136,155,188); }
div.DivClassName
{
background-color: #889BBC;
}
.BgClassName
{
background-color: #889BBC;
}
</style>
border-color css
<style>
span { border-color: #889BBC; }
span { border-color: rgb(136,155,188); }
td.TdClassName
{
border-color: #889BBC;
}
.TagClassName
{
border-color: #889BBC;
}
</style>