Shades of Rock Blue #8D9BAD
Tints of Rock Blue #8D9BAD
RGB
CMYK
RGB Variations
Color information
#8D9BAD (or 0x8D9BAD) is known color: Rock Blue. HEX triplet: 8D, 9B and AD. RGB value is (141,155,173). Sum of RGB (Red+Green+Blue) = 141+155+173=469 (62% of max value = 765). Red value is 141 (55.47% from 255 or 30.06% from 469); Green value is 155 (60.94% from 255 or 33.05% from 469); Blue value is 173 (67.97% from 255 or 36.89% from 469); Max value from RGB is 173 - color contains mainly: blue. Hex color #8D9BAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D9BAD is #726452. Grayscale: #989898. Windows color (decimal): -7496787 or 11377549. OLE color: 11377549.
HSL color Cylindrical-coordinate representation of color #8D9BAD: hue angle of 213.75º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8D9BAD is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 141 | 155 | 173 | - |
| CMYK | 0.18 | 0.10 | 0 | 0.32 |
| HSL | 213.75º | 0.16% | 0.62% | - |
| HSV(B) | 213.75º | 0.18% | 0.68% | - |
| XYZ | 30.25 | 32.12 | 44.14 | - |
| YUV | 152.87 | 139.36 | 119.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 155 | 173 | 0.18 | 0.10 | 0 | 0.32 | 213.75 | 0.16 | 0.62 |
| Hex | 8D | 9B | AD | 12 | A | 0 | 20 | D6 | 10 | 3E |
| Octal | 215 | 233 | 255 | 22 | 12 | 0 | 40 | 326 | 20 | 76 |
| Binary | 10001101 | 10011011 | 10101101 | 10010 | 1010 | 0 | 100000 | 11010110 | 10000 | 111110 |
Color Harmonies of #8D9BAD
Complementary color
Monochromatic Colors of #8D9BAD
Black with #8D9BAD
Text Example
Text Example
White with #8D9BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9BAD; }
p { color: rgb(141,155,173); }
H1.HeaderClassName
{
color: #8D9BAD;
}
.AnyTagClassName
{
color: #8D9BAD;
}
</style>
background-color css
<style>
a { background-color: #8D9BAD; }
a { background-color: rgb(141,155,173); }
div.DivClassName
{
background-color: #8D9BAD;
}
.BgClassName
{
background-color: #8D9BAD;
}
</style>
border-color css
<style>
span { border-color: #8D9BAD; }
span { border-color: rgb(141,155,173); }
td.TdClassName
{
border-color: #8D9BAD;
}
.TagClassName
{
border-color: #8D9BAD;
}
</style>