Shades of Rock Blue #8D9DBF
Tints of Rock Blue #8D9DBF
RGB
CMYK
RGB Variations
Color information
#8D9DBF (or 0x8D9DBF) is known color: Rock Blue. HEX triplet: 8D, 9D and BF. RGB value is (141,157,191). Sum of RGB (Red+Green+Blue) = 141+157+191=489 (64% of max value = 765). Red value is 141 (55.47% from 255 or 28.83% from 489); Green value is 157 (61.72% from 255 or 32.11% from 489); Blue value is 191 (75% from 255 or 39.06% from 489); Max value from RGB is 191 - color contains mainly: blue. Hex color #8D9DBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D9DBF is #726240. Grayscale: #9B9B9B. Windows color (decimal): -7496257 or 12557709. OLE color: 12557709.
HSL color Cylindrical-coordinate representation of color #8D9DBF: hue angle of 220.8º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8D9DBF is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 157 | 191 | - |
| CMYK | 0.26 | 0.18 | 0 | 0.25 |
| HSL | 220.8º | 0.28% | 0.65% | - |
| HSV(B) | 220.8º | 0.26% | 0.75% | - |
| XYZ | 32.45 | 33.54 | 54.05 | - |
| YUV | 156.09 | 147.7 | 117.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 157 | 191 | 0.26 | 0.18 | 0 | 0.25 | 220.8 | 0.28 | 0.65 |
| Hex | 8D | 9D | BF | 1A | 12 | 0 | 19 | DD | 1C | 41 |
| Octal | 215 | 235 | 277 | 32 | 22 | 0 | 31 | 335 | 34 | 101 |
| Binary | 10001101 | 10011101 | 10111111 | 11010 | 10010 | 0 | 11001 | 11011101 | 11100 | 1000001 |
Color Harmonies of #8D9DBF
Complementary color
Monochromatic Colors of #8D9DBF
Black with #8D9DBF
Text Example
Text Example
White with #8D9DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9DBF; }
p { color: rgb(141,157,191); }
H1.HeaderClassName
{
color: #8D9DBF;
}
.AnyTagClassName
{
color: #8D9DBF;
}
</style>
background-color css
<style>
a { background-color: #8D9DBF; }
a { background-color: rgb(141,157,191); }
div.DivClassName
{
background-color: #8D9DBF;
}
.BgClassName
{
background-color: #8D9DBF;
}
</style>
border-color css
<style>
span { border-color: #8D9DBF; }
span { border-color: rgb(141,157,191); }
td.TdClassName
{
border-color: #8D9DBF;
}
.TagClassName
{
border-color: #8D9DBF;
}
</style>