Shades of Rock Blue #8D9BBA
Tints of Rock Blue #8D9BBA
RGB
CMYK
RGB Variations
Color information
#8D9BBA (or 0x8D9BBA) is known color: Rock Blue. HEX triplet: 8D, 9B and BA. RGB value is (141,155,186). Sum of RGB (Red+Green+Blue) = 141+155+186=482 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.25% from 482); Green value is 155 (60.94% from 255 or 32.16% from 482); Blue value is 186 (73.05% from 255 or 38.59% from 482); Max value from RGB is 186 - color contains mainly: blue. Hex color #8D9BBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D9BBA is #726445. Grayscale: #9A9A9A. Windows color (decimal): -7496774 or 12229517. OLE color: 12229517.
HSL color Cylindrical-coordinate representation of color #8D9BBA: hue angle of 221.33º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8D9BBA is Cyan = 0.24, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 141 | 155 | 186 | - |
| CMYK | 0.24 | 0.17 | 0 | 0.27 |
| HSL | 221.33º | 0.25% | 0.64% | - |
| HSV(B) | 221.33º | 0.24% | 0.73% | - |
| XYZ | 31.57 | 32.65 | 51.09 | - |
| YUV | 154.35 | 145.86 | 118.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 155 | 186 | 0.24 | 0.17 | 0 | 0.27 | 221.33 | 0.25 | 0.64 |
| Hex | 8D | 9B | BA | 18 | 11 | 0 | 1B | DD | 19 | 40 |
| Octal | 215 | 233 | 272 | 30 | 21 | 0 | 33 | 335 | 31 | 100 |
| Binary | 10001101 | 10011011 | 10111010 | 11000 | 10001 | 0 | 11011 | 11011101 | 11001 | 1000000 |
Color Harmonies of #8D9BBA
Complementary color
Monochromatic Colors of #8D9BBA
Black with #8D9BBA
Text Example
Text Example
White with #8D9BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9BBA; }
p { color: rgb(141,155,186); }
H1.HeaderClassName
{
color: #8D9BBA;
}
.AnyTagClassName
{
color: #8D9BBA;
}
</style>
background-color css
<style>
a { background-color: #8D9BBA; }
a { background-color: rgb(141,155,186); }
div.DivClassName
{
background-color: #8D9BBA;
}
.BgClassName
{
background-color: #8D9BBA;
}
</style>
border-color css
<style>
span { border-color: #8D9BBA; }
span { border-color: rgb(141,155,186); }
td.TdClassName
{
border-color: #8D9BBA;
}
.TagClassName
{
border-color: #8D9BBA;
}
</style>