Shades of Rock Blue #889BB4
Tints of Rock Blue #889BB4
RGB
CMYK
RGB Variations
Color information
#889BB4 (or 0x889BB4) is known color: Rock Blue. HEX triplet: 88, 9B and B4. RGB value is (136,155,180). Sum of RGB (Red+Green+Blue) = 136+155+180=471 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.87% from 471); Green value is 155 (60.94% from 255 or 32.91% from 471); Blue value is 180 (70.70% from 255 or 38.22% from 471); Max value from RGB is 180 - color contains mainly: blue. Hex color #889BB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889BB4 is #77644B. Grayscale: #989898. Windows color (decimal): -7824460 or 11836296. OLE color: 11836296.
HSL color Cylindrical-coordinate representation of color #889BB4: hue angle of 214.09º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #889BB4 is Cyan = 0.24, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 136 | 155 | 180 | - |
| CMYK | 0.24 | 0.14 | 0 | 0.29 |
| HSL | 214.09º | 0.23% | 0.62% | - |
| HSV(B) | 214.09º | 0.24% | 0.71% | - |
| XYZ | 30.11 | 31.97 | 47.76 | - |
| YUV | 152.17 | 143.71 | 116.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 155 | 180 | 0.24 | 0.14 | 0 | 0.29 | 214.09 | 0.23 | 0.62 |
| Hex | 88 | 9B | B4 | 18 | E | 0 | 1D | D6 | 17 | 3E |
| Octal | 210 | 233 | 264 | 30 | 16 | 0 | 35 | 326 | 27 | 76 |
| Binary | 10001000 | 10011011 | 10110100 | 11000 | 1110 | 0 | 11101 | 11010110 | 10111 | 111110 |
Color Harmonies of #889BB4
Complementary color
Monochromatic Colors of #889BB4
Black with #889BB4
Text Example
Text Example
White with #889BB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889BB4; }
p { color: rgb(136,155,180); }
H1.HeaderClassName
{
color: #889BB4;
}
.AnyTagClassName
{
color: #889BB4;
}
</style>
background-color css
<style>
a { background-color: #889BB4; }
a { background-color: rgb(136,155,180); }
div.DivClassName
{
background-color: #889BB4;
}
.BgClassName
{
background-color: #889BB4;
}
</style>
border-color css
<style>
span { border-color: #889BB4; }
span { border-color: rgb(136,155,180); }
td.TdClassName
{
border-color: #889BB4;
}
.TagClassName
{
border-color: #889BB4;
}
</style>