Shades of Rock Blue #8899C1
Tints of Rock Blue #8899C1
RGB
CMYK
RGB Variations
Color information
#8899C1 (or 0x8899C1) is known color: Rock Blue. HEX triplet: 88, 99 and C1. RGB value is (136,153,193). Sum of RGB (Red+Green+Blue) = 136+153+193=482 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.22% from 482); Green value is 153 (60.16% from 255 or 31.74% from 482); Blue value is 193 (75.78% from 255 or 40.04% from 482); Max value from RGB is 193 - color contains mainly: blue. Hex color #8899C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8899C1 is #77663E. Grayscale: #989898. Windows color (decimal): -7824959 or 12687752. OLE color: 12687752.
HSL color Cylindrical-coordinate representation of color #8899C1: hue angle of 222.11º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8899C1 is Cyan = 0.30, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 136 | 153 | 193 | - |
| CMYK | 0.30 | 0.21 | 0 | 0.24 |
| HSL | 222.11º | 0.31% | 0.65% | - |
| HSV(B) | 222.11º | 0.3% | 0.76% | - |
| XYZ | 31.17 | 31.87 | 54.96 | - |
| YUV | 152.48 | 150.87 | 116.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 153 | 193 | 0.30 | 0.21 | 0 | 0.24 | 222.11 | 0.31 | 0.65 |
| Hex | 88 | 99 | C1 | 1E | 15 | 0 | 18 | DE | 1F | 41 |
| Octal | 210 | 231 | 301 | 36 | 25 | 0 | 30 | 336 | 37 | 101 |
| Binary | 10001000 | 10011001 | 11000001 | 11110 | 10101 | 0 | 11000 | 11011110 | 11111 | 1000001 |
Color Harmonies of #8899C1
Complementary color
Monochromatic Colors of #8899C1
Black with #8899C1
Text Example
Text Example
White with #8899C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8899C1; }
p { color: rgb(136,153,193); }
H1.HeaderClassName
{
color: #8899C1;
}
.AnyTagClassName
{
color: #8899C1;
}
</style>
background-color css
<style>
a { background-color: #8899C1; }
a { background-color: rgb(136,153,193); }
div.DivClassName
{
background-color: #8899C1;
}
.BgClassName
{
background-color: #8899C1;
}
</style>
border-color css
<style>
span { border-color: #8899C1; }
span { border-color: rgb(136,153,193); }
td.TdClassName
{
border-color: #8899C1;
}
.TagClassName
{
border-color: #8899C1;
}
</style>