Shades of Rock Blue #889BC0
Tints of Rock Blue #889BC0
RGB
CMYK
RGB Variations
Color information
#889BC0 (or 0x889BC0) is known color: Rock Blue. HEX triplet: 88, 9B and C0. RGB value is (136,155,192). Sum of RGB (Red+Green+Blue) = 136+155+192=483 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.16% from 483); Green value is 155 (60.94% from 255 or 32.09% from 483); Blue value is 192 (75.39% from 255 or 39.75% from 483); Max value from RGB is 192 - color contains mainly: blue. Hex color #889BC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889BC0 is #77643F. Grayscale: #999999. Windows color (decimal): -7824448 or 12622728. OLE color: 12622728.
HSL color Cylindrical-coordinate representation of color #889BC0: hue angle of 219.64º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #889BC0 is Cyan = 0.29, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 136 | 155 | 192 | - |
| CMYK | 0.29 | 0.19 | 0 | 0.25 |
| HSL | 219.64º | 0.31% | 0.64% | - |
| HSV(B) | 219.64º | 0.29% | 0.75% | - |
| XYZ | 31.39 | 32.48 | 54.48 | - |
| YUV | 153.54 | 149.71 | 115.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 155 | 192 | 0.29 | 0.19 | 0 | 0.25 | 219.64 | 0.31 | 0.64 |
| Hex | 88 | 9B | C0 | 1D | 13 | 0 | 19 | DC | 1F | 40 |
| Octal | 210 | 233 | 300 | 35 | 23 | 0 | 31 | 334 | 37 | 100 |
| Binary | 10001000 | 10011011 | 11000000 | 11101 | 10011 | 0 | 11001 | 11011100 | 11111 | 1000000 |
Color Harmonies of #889BC0
Complementary color
Monochromatic Colors of #889BC0
Black with #889BC0
Text Example
Text Example
White with #889BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889BC0; }
p { color: rgb(136,155,192); }
H1.HeaderClassName
{
color: #889BC0;
}
.AnyTagClassName
{
color: #889BC0;
}
</style>
background-color css
<style>
a { background-color: #889BC0; }
a { background-color: rgb(136,155,192); }
div.DivClassName
{
background-color: #889BC0;
}
.BgClassName
{
background-color: #889BC0;
}
</style>
border-color css
<style>
span { border-color: #889BC0; }
span { border-color: rgb(136,155,192); }
td.TdClassName
{
border-color: #889BC0;
}
.TagClassName
{
border-color: #889BC0;
}
</style>