Shades of Rock Blue #8D9BBB
Tints of Rock Blue #8D9BBB
RGB
CMYK
RGB Variations
Color information
#8D9BBB (or 0x8D9BBB) is known color: Rock Blue. HEX triplet: 8D, 9B and BB. RGB value is (141,155,187). Sum of RGB (Red+Green+Blue) = 141+155+187=483 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.19% from 483); Green value is 155 (60.94% from 255 or 32.09% from 483); Blue value is 187 (73.44% from 255 or 38.72% from 483); Max value from RGB is 187 - color contains mainly: blue. Hex color #8D9BBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D9BBB is #726444. Grayscale: #9A9A9A. Windows color (decimal): -7496773 or 12295053. OLE color: 12295053.
HSL color Cylindrical-coordinate representation of color #8D9BBB: hue angle of 221.74º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8D9BBB is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 141 | 155 | 187 | - |
| CMYK | 0.25 | 0.17 | 0 | 0.27 |
| HSL | 221.74º | 0.25% | 0.64% | - |
| HSV(B) | 221.74º | 0.25% | 0.73% | - |
| XYZ | 31.68 | 32.69 | 51.65 | - |
| YUV | 154.46 | 146.36 | 118.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 155 | 187 | 0.25 | 0.17 | 0 | 0.27 | 221.74 | 0.25 | 0.64 |
| Hex | 8D | 9B | BB | 19 | 11 | 0 | 1B | DE | 19 | 40 |
| Octal | 215 | 233 | 273 | 31 | 21 | 0 | 33 | 336 | 31 | 100 |
| Binary | 10001101 | 10011011 | 10111011 | 11001 | 10001 | 0 | 11011 | 11011110 | 11001 | 1000000 |
Color Harmonies of #8D9BBB
Complementary color
Monochromatic Colors of #8D9BBB
Black with #8D9BBB
Text Example
Text Example
White with #8D9BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9BBB; }
p { color: rgb(141,155,187); }
H1.HeaderClassName
{
color: #8D9BBB;
}
.AnyTagClassName
{
color: #8D9BBB;
}
</style>
background-color css
<style>
a { background-color: #8D9BBB; }
a { background-color: rgb(141,155,187); }
div.DivClassName
{
background-color: #8D9BBB;
}
.BgClassName
{
background-color: #8D9BBB;
}
</style>
border-color css
<style>
span { border-color: #8D9BBB; }
span { border-color: rgb(141,155,187); }
td.TdClassName
{
border-color: #8D9BBB;
}
.TagClassName
{
border-color: #8D9BBB;
}
</style>