Shades of Rock Blue #8D9DB5
Tints of Rock Blue #8D9DB5
RGB
CMYK
RGB Variations
Color information
#8D9DB5 (or 0x8D9DB5) is known color: Rock Blue. HEX triplet: 8D, 9D and B5. RGB value is (141,157,181). Sum of RGB (Red+Green+Blue) = 141+157+181=479 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.44% from 479); Green value is 157 (61.72% from 255 or 32.78% from 479); Blue value is 181 (71.09% from 255 or 37.79% from 479); Max value from RGB is 181 - color contains mainly: blue. Hex color #8D9DB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D9DB5 is #72624A. Grayscale: #9A9A9A. Windows color (decimal): -7496267 or 11902349. OLE color: 11902349.
HSL color Cylindrical-coordinate representation of color #8D9DB5: hue angle of 216º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8D9DB5 is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 141 | 157 | 181 | - |
| CMYK | 0.22 | 0.13 | 0 | 0.29 |
| HSL | 216º | 0.21% | 0.63% | - |
| HSV(B) | 216º | 0.22% | 0.71% | - |
| XYZ | 31.38 | 33.11 | 48.45 | - |
| YUV | 154.95 | 142.7 | 118.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 157 | 181 | 0.22 | 0.13 | 0 | 0.29 | 216 | 0.21 | 0.63 |
| Hex | 8D | 9D | B5 | 16 | D | 0 | 1D | D8 | 15 | 3F |
| Octal | 215 | 235 | 265 | 26 | 15 | 0 | 35 | 330 | 25 | 77 |
| Binary | 10001101 | 10011101 | 10110101 | 10110 | 1101 | 0 | 11101 | 11011000 | 10101 | 111111 |
Color Harmonies of #8D9DB5
Complementary color
Monochromatic Colors of #8D9DB5
Black with #8D9DB5
Text Example
Text Example
White with #8D9DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9DB5; }
p { color: rgb(141,157,181); }
H1.HeaderClassName
{
color: #8D9DB5;
}
.AnyTagClassName
{
color: #8D9DB5;
}
</style>
background-color css
<style>
a { background-color: #8D9DB5; }
a { background-color: rgb(141,157,181); }
div.DivClassName
{
background-color: #8D9DB5;
}
.BgClassName
{
background-color: #8D9DB5;
}
</style>
border-color css
<style>
span { border-color: #8D9DB5; }
span { border-color: rgb(141,157,181); }
td.TdClassName
{
border-color: #8D9DB5;
}
.TagClassName
{
border-color: #8D9DB5;
}
</style>