Shades of Rock Blue #8D9BBE
Tints of Rock Blue #8D9BBE
RGB
CMYK
RGB Variations
Color information
#8D9BBE (or 0x8D9BBE) is known color: Rock Blue. HEX triplet: 8D, 9B and BE. RGB value is (141,155,190). Sum of RGB (Red+Green+Blue) = 141+155+190=486 (64% of max value = 765). Red value is 141 (55.47% from 255 or 29.01% from 486); Green value is 155 (60.94% from 255 or 31.89% from 486); Blue value is 190 (74.61% from 255 or 39.09% from 486); Max value from RGB is 190 - color contains mainly: blue. Hex color #8D9BBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D9BBE is #726441. Grayscale: #9A9A9A. Windows color (decimal): -7496770 or 12491661. OLE color: 12491661.
HSL color Cylindrical-coordinate representation of color #8D9BBE: hue angle of 222.86º degrees, saturation: 0.27, 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 #8D9BBE is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 155 | 190 | - |
| CMYK | 0.26 | 0.18 | 0 | 0.25 |
| HSL | 222.86º | 0.27% | 0.65% | - |
| HSV(B) | 222.86º | 0.26% | 0.75% | - |
| XYZ | 32 | 32.82 | 53.36 | - |
| YUV | 154.8 | 147.86 | 118.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 155 | 190 | 0.26 | 0.18 | 0 | 0.25 | 222.86 | 0.27 | 0.65 |
| Hex | 8D | 9B | BE | 1A | 12 | 0 | 19 | DF | 1B | 41 |
| Octal | 215 | 233 | 276 | 32 | 22 | 0 | 31 | 337 | 33 | 101 |
| Binary | 10001101 | 10011011 | 10111110 | 11010 | 10010 | 0 | 11001 | 11011111 | 11011 | 1000001 |
Color Harmonies of #8D9BBE
Complementary color
Monochromatic Colors of #8D9BBE
Black with #8D9BBE
Text Example
Text Example
White with #8D9BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9BBE; }
p { color: rgb(141,155,190); }
H1.HeaderClassName
{
color: #8D9BBE;
}
.AnyTagClassName
{
color: #8D9BBE;
}
</style>
background-color css
<style>
a { background-color: #8D9BBE; }
a { background-color: rgb(141,155,190); }
div.DivClassName
{
background-color: #8D9BBE;
}
.BgClassName
{
background-color: #8D9BBE;
}
</style>
border-color css
<style>
span { border-color: #8D9BBE; }
span { border-color: rgb(141,155,190); }
td.TdClassName
{
border-color: #8D9BBE;
}
.TagClassName
{
border-color: #8D9BBE;
}
</style>