Shades of Rock Blue #889BBA
Tints of Rock Blue #889BBA
RGB
CMYK
RGB Variations
Color information
#889BBA (or 0x889BBA) is known color: Rock Blue. HEX triplet: 88, 9B and BA. RGB value is (136,155,186). Sum of RGB (Red+Green+Blue) = 136+155+186=477 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.51% from 477); Green value is 155 (60.94% from 255 or 32.49% from 477); Blue value is 186 (73.05% from 255 or 38.99% from 477); Max value from RGB is 186 - color contains mainly: blue. Hex color #889BBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889BBA is #776445. Grayscale: #989898. Windows color (decimal): -7824454 or 12229512. OLE color: 12229512.
HSL color Cylindrical-coordinate representation of color #889BBA: hue angle of 217.2º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #889BBA is Cyan = 0.27, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 136 | 155 | 186 | - |
| CMYK | 0.27 | 0.17 | 0 | 0.27 |
| HSL | 217.2º | 0.27% | 0.63% | - |
| HSV(B) | 217.2º | 0.27% | 0.73% | - |
| XYZ | 30.74 | 32.22 | 51.05 | - |
| YUV | 152.85 | 146.71 | 115.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 155 | 186 | 0.27 | 0.17 | 0 | 0.27 | 217.2 | 0.27 | 0.63 |
| Hex | 88 | 9B | BA | 1B | 11 | 0 | 1B | D9 | 1B | 3F |
| Octal | 210 | 233 | 272 | 33 | 21 | 0 | 33 | 331 | 33 | 77 |
| Binary | 10001000 | 10011011 | 10111010 | 11011 | 10001 | 0 | 11011 | 11011001 | 11011 | 111111 |
Color Harmonies of #889BBA
Complementary color
Monochromatic Colors of #889BBA
Black with #889BBA
Text Example
Text Example
White with #889BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889BBA; }
p { color: rgb(136,155,186); }
H1.HeaderClassName
{
color: #889BBA;
}
.AnyTagClassName
{
color: #889BBA;
}
</style>
background-color css
<style>
a { background-color: #889BBA; }
a { background-color: rgb(136,155,186); }
div.DivClassName
{
background-color: #889BBA;
}
.BgClassName
{
background-color: #889BBA;
}
</style>
border-color css
<style>
span { border-color: #889BBA; }
span { border-color: rgb(136,155,186); }
td.TdClassName
{
border-color: #889BBA;
}
.TagClassName
{
border-color: #889BBA;
}
</style>