Shades of Rock Blue #889BB3
Tints of Rock Blue #889BB3
RGB
CMYK
RGB Variations
Color information
#889BB3 (or 0x889BB3) is known color: Rock Blue. HEX triplet: 88, 9B and B3. RGB value is (136,155,179). Sum of RGB (Red+Green+Blue) = 136+155+179=470 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.94% from 470); Green value is 155 (60.94% from 255 or 32.98% from 470); Blue value is 179 (70.31% from 255 or 38.09% from 470); Max value from RGB is 179 - color contains mainly: blue. Hex color #889BB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889BB3 is #77644C. Grayscale: #979797. Windows color (decimal): -7824461 or 11770760. OLE color: 11770760.
HSL color Cylindrical-coordinate representation of color #889BB3: hue angle of 213.49º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #889BB3 is Cyan = 0.24, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 136 | 155 | 179 | - |
| CMYK | 0.24 | 0.13 | 0 | 0.30 |
| HSL | 213.49º | 0.22% | 0.62% | - |
| HSV(B) | 213.49º | 0.24% | 0.7% | - |
| XYZ | 30.01 | 31.93 | 47.23 | - |
| YUV | 152.06 | 143.21 | 116.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 155 | 179 | 0.24 | 0.13 | 0 | 0.30 | 213.49 | 0.22 | 0.62 |
| Hex | 88 | 9B | B3 | 18 | D | 0 | 1E | D5 | 16 | 3E |
| Octal | 210 | 233 | 263 | 30 | 15 | 0 | 36 | 325 | 26 | 76 |
| Binary | 10001000 | 10011011 | 10110011 | 11000 | 1101 | 0 | 11110 | 11010101 | 10110 | 111110 |
Color Harmonies of #889BB3
Complementary color
Monochromatic Colors of #889BB3
Black with #889BB3
Text Example
Text Example
White with #889BB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889BB3; }
p { color: rgb(136,155,179); }
H1.HeaderClassName
{
color: #889BB3;
}
.AnyTagClassName
{
color: #889BB3;
}
</style>
background-color css
<style>
a { background-color: #889BB3; }
a { background-color: rgb(136,155,179); }
div.DivClassName
{
background-color: #889BB3;
}
.BgClassName
{
background-color: #889BB3;
}
</style>
border-color css
<style>
span { border-color: #889BB3; }
span { border-color: rgb(136,155,179); }
td.TdClassName
{
border-color: #889BB3;
}
.TagClassName
{
border-color: #889BB3;
}
</style>