Shades of Rock Blue #8D99BF
Tints of Rock Blue #8D99BF
RGB
CMYK
RGB Variations
Color information
#8D99BF (or 0x8D99BF) is known color: Rock Blue. HEX triplet: 8D, 99 and BF. RGB value is (141,153,191). Sum of RGB (Red+Green+Blue) = 141+153+191=485 (64% of max value = 765). Red value is 141 (55.47% from 255 or 29.07% from 485); Green value is 153 (60.16% from 255 or 31.55% from 485); Blue value is 191 (75% from 255 or 39.38% from 485); Max value from RGB is 191 - color contains mainly: blue. Hex color #8D99BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D99BF is #726640. Grayscale: #999999. Windows color (decimal): -7497281 or 12556685. OLE color: 12556685.
HSL color Cylindrical-coordinate representation of color #8D99BF: hue angle of 225.6º 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 #8D99BF is Cyan = 0.26, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 153 | 191 | - |
| CMYK | 0.26 | 0.20 | 0 | 0.25 |
| HSL | 225.6º | 0.28% | 0.65% | - |
| HSV(B) | 225.6º | 0.26% | 0.75% | - |
| XYZ | 31.78 | 32.21 | 53.83 | - |
| YUV | 153.74 | 149.02 | 118.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 153 | 191 | 0.26 | 0.20 | 0 | 0.25 | 225.6 | 0.28 | 0.65 |
| Hex | 8D | 99 | BF | 1A | 14 | 0 | 19 | E2 | 1C | 41 |
| Octal | 215 | 231 | 277 | 32 | 24 | 0 | 31 | 342 | 34 | 101 |
| Binary | 10001101 | 10011001 | 10111111 | 11010 | 10100 | 0 | 11001 | 11100010 | 11100 | 1000001 |
Color Harmonies of #8D99BF
Complementary color
Monochromatic Colors of #8D99BF
Black with #8D99BF
Text Example
Text Example
White with #8D99BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D99BF; }
p { color: rgb(141,153,191); }
H1.HeaderClassName
{
color: #8D99BF;
}
.AnyTagClassName
{
color: #8D99BF;
}
</style>
background-color css
<style>
a { background-color: #8D99BF; }
a { background-color: rgb(141,153,191); }
div.DivClassName
{
background-color: #8D99BF;
}
.BgClassName
{
background-color: #8D99BF;
}
</style>
border-color css
<style>
span { border-color: #8D99BF; }
span { border-color: rgb(141,153,191); }
td.TdClassName
{
border-color: #8D99BF;
}
.TagClassName
{
border-color: #8D99BF;
}
</style>