Shades of Rock Blue #8896BC
Tints of Rock Blue #8896BC
RGB
CMYK
RGB Variations
Color information
#8896BC (or 0x8896BC) is known color: Rock Blue. HEX triplet: 88, 96 and BC. RGB value is (136,150,188). Sum of RGB (Red+Green+Blue) = 136+150+188=474 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.69% from 474); Green value is 150 (58.98% from 255 or 31.65% from 474); Blue value is 188 (73.83% from 255 or 39.66% from 474); Max value from RGB is 188 - color contains mainly: blue. Hex color #8896BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8896BC is #776943. Grayscale: #959595. Windows color (decimal): -7825732 or 12359304. OLE color: 12359304.
HSL color Cylindrical-coordinate representation of color #8896BC: hue angle of 223.85º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8896BC is Cyan = 0.28, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 136 | 150 | 188 | - |
| CMYK | 0.28 | 0.20 | 0 | 0.26 |
| HSL | 223.85º | 0.28% | 0.64% | - |
| HSV(B) | 223.85º | 0.28% | 0.74% | - |
| XYZ | 30.14 | 30.68 | 51.91 | - |
| YUV | 150.15 | 149.36 | 117.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 150 | 188 | 0.28 | 0.20 | 0 | 0.26 | 223.85 | 0.28 | 0.64 |
| Hex | 88 | 96 | BC | 1C | 14 | 0 | 1A | E0 | 1C | 40 |
| Octal | 210 | 226 | 274 | 34 | 24 | 0 | 32 | 340 | 34 | 100 |
| Binary | 10001000 | 10010110 | 10111100 | 11100 | 10100 | 0 | 11010 | 11100000 | 11100 | 1000000 |
Color Harmonies of #8896BC
Complementary color
Monochromatic Colors of #8896BC
Black with #8896BC
Text Example
Text Example
White with #8896BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8896BC; }
p { color: rgb(136,150,188); }
H1.HeaderClassName
{
color: #8896BC;
}
.AnyTagClassName
{
color: #8896BC;
}
</style>
background-color css
<style>
a { background-color: #8896BC; }
a { background-color: rgb(136,150,188); }
div.DivClassName
{
background-color: #8896BC;
}
.BgClassName
{
background-color: #8896BC;
}
</style>
border-color css
<style>
span { border-color: #8896BC; }
span { border-color: rgb(136,150,188); }
td.TdClassName
{
border-color: #8896BC;
}
.TagClassName
{
border-color: #8896BC;
}
</style>