Shades of Rock Blue #8D9FBC
Tints of Rock Blue #8D9FBC
RGB
CMYK
RGB Variations
Color information
#8D9FBC (or 0x8D9FBC) is known color: Rock Blue. HEX triplet: 8D, 9F and BC. RGB value is (141,159,188). Sum of RGB (Red+Green+Blue) = 141+159+188=488 (64% of max value = 765). Red value is 141 (55.47% from 255 or 28.89% from 488); Green value is 159 (62.5% from 255 or 32.58% from 488); Blue value is 188 (73.83% from 255 or 38.52% from 488); Max value from RGB is 188 - color contains mainly: blue. Hex color #8D9FBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D9FBC is #726043. Grayscale: #9C9C9C. Windows color (decimal): -7495748 or 12361613. OLE color: 12361613.
HSL color Cylindrical-coordinate representation of color #8D9FBC: hue angle of 217.02º 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 #8D9FBC is Cyan = 0.25, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 141 | 159 | 188 | - |
| CMYK | 0.25 | 0.15 | 0 | 0.26 |
| HSL | 217.02º | 0.26% | 0.65% | - |
| HSV(B) | 217.02º | 0.25% | 0.74% | - |
| XYZ | 32.46 | 34.09 | 52.45 | - |
| YUV | 156.92 | 145.54 | 116.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 159 | 188 | 0.25 | 0.15 | 0 | 0.26 | 217.02 | 0.26 | 0.65 |
| Hex | 8D | 9F | BC | 19 | F | 0 | 1A | D9 | 1A | 41 |
| Octal | 215 | 237 | 274 | 31 | 17 | 0 | 32 | 331 | 32 | 101 |
| Binary | 10001101 | 10011111 | 10111100 | 11001 | 1111 | 0 | 11010 | 11011001 | 11010 | 1000001 |
Color Harmonies of #8D9FBC
Complementary color
Monochromatic Colors of #8D9FBC
Black with #8D9FBC
Text Example
Text Example
White with #8D9FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9FBC; }
p { color: rgb(141,159,188); }
H1.HeaderClassName
{
color: #8D9FBC;
}
.AnyTagClassName
{
color: #8D9FBC;
}
</style>
background-color css
<style>
a { background-color: #8D9FBC; }
a { background-color: rgb(141,159,188); }
div.DivClassName
{
background-color: #8D9FBC;
}
.BgClassName
{
background-color: #8D9FBC;
}
</style>
border-color css
<style>
span { border-color: #8D9FBC; }
span { border-color: rgb(141,159,188); }
td.TdClassName
{
border-color: #8D9FBC;
}
.TagClassName
{
border-color: #8D9FBC;
}
</style>