Shades of Rock Blue #8D9CBF
Tints of Rock Blue #8D9CBF
RGB
CMYK
RGB Variations
Color information
#8D9CBF (or 0x8D9CBF) is known color: Rock Blue. HEX triplet: 8D, 9C and BF. RGB value is (141,156,191). Sum of RGB (Red+Green+Blue) = 141+156+191=488 (64% of max value = 765). Red value is 141 (55.47% from 255 or 28.89% from 488); Green value is 156 (61.33% from 255 or 31.97% from 488); Blue value is 191 (75% from 255 or 39.14% from 488); Max value from RGB is 191 - color contains mainly: blue. Hex color #8D9CBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D9CBF is #726340. Grayscale: #9B9B9B. Windows color (decimal): -7496513 or 12557453. OLE color: 12557453.
HSL color Cylindrical-coordinate representation of color #8D9CBF: hue angle of 222º 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 #8D9CBF is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 156 | 191 | - |
| CMYK | 0.26 | 0.18 | 0 | 0.25 |
| HSL | 222º | 0.28% | 0.65% | - |
| HSV(B) | 222º | 0.26% | 0.75% | - |
| XYZ | 32.28 | 33.2 | 54 | - |
| YUV | 155.51 | 148.03 | 117.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 156 | 191 | 0.26 | 0.18 | 0 | 0.25 | 222 | 0.28 | 0.65 |
| Hex | 8D | 9C | BF | 1A | 12 | 0 | 19 | DE | 1C | 41 |
| Octal | 215 | 234 | 277 | 32 | 22 | 0 | 31 | 336 | 34 | 101 |
| Binary | 10001101 | 10011100 | 10111111 | 11010 | 10010 | 0 | 11001 | 11011110 | 11100 | 1000001 |
Color Harmonies of #8D9CBF
Complementary color
Monochromatic Colors of #8D9CBF
Black with #8D9CBF
Text Example
Text Example
White with #8D9CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9CBF; }
p { color: rgb(141,156,191); }
H1.HeaderClassName
{
color: #8D9CBF;
}
.AnyTagClassName
{
color: #8D9CBF;
}
</style>
background-color css
<style>
a { background-color: #8D9CBF; }
a { background-color: rgb(141,156,191); }
div.DivClassName
{
background-color: #8D9CBF;
}
.BgClassName
{
background-color: #8D9CBF;
}
</style>
border-color css
<style>
span { border-color: #8D9CBF; }
span { border-color: rgb(141,156,191); }
td.TdClassName
{
border-color: #8D9CBF;
}
.TagClassName
{
border-color: #8D9CBF;
}
</style>