Shades of Rock Blue #889BBE
Tints of Rock Blue #889BBE
RGB
CMYK
RGB Variations
Color information
#889BBE (or 0x889BBE) is known color: Rock Blue. HEX triplet: 88, 9B and BE. RGB value is (136,155,190). Sum of RGB (Red+Green+Blue) = 136+155+190=481 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.27% from 481); Green value is 155 (60.94% from 255 or 32.22% from 481); Blue value is 190 (74.61% from 255 or 39.50% from 481); Max value from RGB is 190 - color contains mainly: blue. Hex color #889BBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889BBE is #776441. Grayscale: #999999. Windows color (decimal): -7824450 or 12491656. OLE color: 12491656.
HSL color Cylindrical-coordinate representation of color #889BBE: hue angle of 218.89º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #889BBE is Cyan = 0.28, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 136 | 155 | 190 | - |
| CMYK | 0.28 | 0.18 | 0 | 0.25 |
| HSL | 218.89º | 0.29% | 0.64% | - |
| HSV(B) | 218.89º | 0.28% | 0.75% | - |
| XYZ | 31.17 | 32.39 | 53.33 | - |
| YUV | 153.31 | 148.71 | 115.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 155 | 190 | 0.28 | 0.18 | 0 | 0.25 | 218.89 | 0.29 | 0.64 |
| Hex | 88 | 9B | BE | 1C | 12 | 0 | 19 | DB | 1D | 40 |
| Octal | 210 | 233 | 276 | 34 | 22 | 0 | 31 | 333 | 35 | 100 |
| Binary | 10001000 | 10011011 | 10111110 | 11100 | 10010 | 0 | 11001 | 11011011 | 11101 | 1000000 |
Color Harmonies of #889BBE
Complementary color
Monochromatic Colors of #889BBE
Black with #889BBE
Text Example
Text Example
White with #889BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889BBE; }
p { color: rgb(136,155,190); }
H1.HeaderClassName
{
color: #889BBE;
}
.AnyTagClassName
{
color: #889BBE;
}
</style>
background-color css
<style>
a { background-color: #889BBE; }
a { background-color: rgb(136,155,190); }
div.DivClassName
{
background-color: #889BBE;
}
.BgClassName
{
background-color: #889BBE;
}
</style>
border-color css
<style>
span { border-color: #889BBE; }
span { border-color: rgb(136,155,190); }
td.TdClassName
{
border-color: #889BBE;
}
.TagClassName
{
border-color: #889BBE;
}
</style>