Shades of Rock Blue #8D9BBF
Tints of Rock Blue #8D9BBF
RGB
CMYK
RGB Variations
Color information
#8D9BBF (or 0x8D9BBF) is known color: Rock Blue. HEX triplet: 8D, 9B and BF. RGB value is (141,155,191). Sum of RGB (Red+Green+Blue) = 141+155+191=487 (64% of max value = 765). Red value is 141 (55.47% from 255 or 28.95% from 487); Green value is 155 (60.94% from 255 or 31.83% from 487); Blue value is 191 (75% from 255 or 39.22% from 487); Max value from RGB is 191 - color contains mainly: blue. Hex color #8D9BBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D9BBF is #726440. Grayscale: #9A9A9A. Windows color (decimal): -7496769 or 12557197. OLE color: 12557197.
HSL color Cylindrical-coordinate representation of color #8D9BBF: hue angle of 223.2º 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 #8D9BBF is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 155 | 191 | - |
| CMYK | 0.26 | 0.19 | 0 | 0.25 |
| HSL | 223.2º | 0.28% | 0.65% | - |
| HSV(B) | 223.2º | 0.26% | 0.75% | - |
| XYZ | 32.11 | 32.87 | 53.94 | - |
| YUV | 154.92 | 148.36 | 118.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 155 | 191 | 0.26 | 0.19 | 0 | 0.25 | 223.2 | 0.28 | 0.65 |
| Hex | 8D | 9B | BF | 1A | 13 | 0 | 19 | DF | 1C | 41 |
| Octal | 215 | 233 | 277 | 32 | 23 | 0 | 31 | 337 | 34 | 101 |
| Binary | 10001101 | 10011011 | 10111111 | 11010 | 10011 | 0 | 11001 | 11011111 | 11100 | 1000001 |
Color Harmonies of #8D9BBF
Complementary color
Monochromatic Colors of #8D9BBF
Black with #8D9BBF
Text Example
Text Example
White with #8D9BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9BBF; }
p { color: rgb(141,155,191); }
H1.HeaderClassName
{
color: #8D9BBF;
}
.AnyTagClassName
{
color: #8D9BBF;
}
</style>
background-color css
<style>
a { background-color: #8D9BBF; }
a { background-color: rgb(141,155,191); }
div.DivClassName
{
background-color: #8D9BBF;
}
.BgClassName
{
background-color: #8D9BBF;
}
</style>
border-color css
<style>
span { border-color: #8D9BBF; }
span { border-color: rgb(141,155,191); }
td.TdClassName
{
border-color: #8D9BBF;
}
.TagClassName
{
border-color: #8D9BBF;
}
</style>