Shades of Rock Blue #8D96BC
Tints of Rock Blue #8D96BC
RGB
CMYK
RGB Variations
Color information
#8D96BC (or 0x8D96BC) is known color: Rock Blue. HEX triplet: 8D, 96 and BC. RGB value is (141,150,188). Sum of RGB (Red+Green+Blue) = 141+150+188=479 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.44% from 479); Green value is 150 (58.98% from 255 or 31.32% from 479); Blue value is 188 (73.83% from 255 or 39.25% from 479); Max value from RGB is 188 - color contains mainly: blue. Hex color #8D96BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D96BC is #726943. Grayscale: #979797. Windows color (decimal): -7498052 or 12359309. OLE color: 12359309.
HSL color Cylindrical-coordinate representation of color #8D96BC: hue angle of 228.51º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8D96BC is Cyan = 0.25, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 141 | 150 | 188 | - |
| CMYK | 0.25 | 0.20 | 0 | 0.26 |
| HSL | 228.51º | 0.26% | 0.65% | - |
| HSV(B) | 228.51º | 0.25% | 0.74% | - |
| XYZ | 30.97 | 31.11 | 51.95 | - |
| YUV | 151.64 | 148.52 | 120.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 150 | 188 | 0.25 | 0.20 | 0 | 0.26 | 228.51 | 0.26 | 0.65 |
| Hex | 8D | 96 | BC | 19 | 14 | 0 | 1A | E5 | 1A | 41 |
| Octal | 215 | 226 | 274 | 31 | 24 | 0 | 32 | 345 | 32 | 101 |
| Binary | 10001101 | 10010110 | 10111100 | 11001 | 10100 | 0 | 11010 | 11100101 | 11010 | 1000001 |
Color Harmonies of #8D96BC
Complementary color
Monochromatic Colors of #8D96BC
Black with #8D96BC
Text Example
Text Example
White with #8D96BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D96BC; }
p { color: rgb(141,150,188); }
H1.HeaderClassName
{
color: #8D96BC;
}
.AnyTagClassName
{
color: #8D96BC;
}
</style>
background-color css
<style>
a { background-color: #8D96BC; }
a { background-color: rgb(141,150,188); }
div.DivClassName
{
background-color: #8D96BC;
}
.BgClassName
{
background-color: #8D96BC;
}
</style>
border-color css
<style>
span { border-color: #8D96BC; }
span { border-color: rgb(141,150,188); }
td.TdClassName
{
border-color: #8D96BC;
}
.TagClassName
{
border-color: #8D96BC;
}
</style>