Shades of Rock Blue #8899BA
Tints of Rock Blue #8899BA
RGB
CMYK
RGB Variations
Color information
#8899BA (or 0x8899BA) is known color: Rock Blue. HEX triplet: 88, 99 and BA. RGB value is (136,153,186). Sum of RGB (Red+Green+Blue) = 136+153+186=475 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.63% from 475); Green value is 153 (60.16% from 255 or 32.21% from 475); Blue value is 186 (73.05% from 255 or 39.16% from 475); Max value from RGB is 186 - color contains mainly: blue. Hex color #8899BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8899BA is #776645. Grayscale: #979797. Windows color (decimal): -7824966 or 12229000. OLE color: 12229000.
HSL color Cylindrical-coordinate representation of color #8899BA: hue angle of 219.6º 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 #8899BA is Cyan = 0.27, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 136 | 153 | 186 | - |
| CMYK | 0.27 | 0.18 | 0 | 0.27 |
| HSL | 219.6º | 0.27% | 0.63% | - |
| HSV(B) | 219.6º | 0.27% | 0.73% | - |
| XYZ | 30.41 | 31.56 | 50.94 | - |
| YUV | 151.68 | 147.37 | 116.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 153 | 186 | 0.27 | 0.18 | 0 | 0.27 | 219.6 | 0.27 | 0.63 |
| Hex | 88 | 99 | BA | 1B | 12 | 0 | 1B | DC | 1B | 3F |
| Octal | 210 | 231 | 272 | 33 | 22 | 0 | 33 | 334 | 33 | 77 |
| Binary | 10001000 | 10011001 | 10111010 | 11011 | 10010 | 0 | 11011 | 11011100 | 11011 | 111111 |
Color Harmonies of #8899BA
Complementary color
Monochromatic Colors of #8899BA
Black with #8899BA
Text Example
Text Example
White with #8899BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8899BA; }
p { color: rgb(136,153,186); }
H1.HeaderClassName
{
color: #8899BA;
}
.AnyTagClassName
{
color: #8899BA;
}
</style>
background-color css
<style>
a { background-color: #8899BA; }
a { background-color: rgb(136,153,186); }
div.DivClassName
{
background-color: #8899BA;
}
.BgClassName
{
background-color: #8899BA;
}
</style>
border-color css
<style>
span { border-color: #8899BA; }
span { border-color: rgb(136,153,186); }
td.TdClassName
{
border-color: #8899BA;
}
.TagClassName
{
border-color: #8899BA;
}
</style>