Shades of Rock Blue #8D98BA
Tints of Rock Blue #8D98BA
RGB
CMYK
RGB Variations
Color information
#8D98BA (or 0x8D98BA) is known color: Rock Blue. HEX triplet: 8D, 98 and BA. RGB value is (141,152,186). Sum of RGB (Red+Green+Blue) = 141+152+186=479 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.44% from 479); Green value is 152 (59.77% from 255 or 31.73% from 479); Blue value is 186 (73.05% from 255 or 38.83% from 479); Max value from RGB is 186 - color contains mainly: blue. Hex color #8D98BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D98BA is #726745. Grayscale: #989898. Windows color (decimal): -7497542 or 12228749. OLE color: 12228749.
HSL color Cylindrical-coordinate representation of color #8D98BA: hue angle of 225.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 #8D98BA is Cyan = 0.24, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 141 | 152 | 186 | - |
| CMYK | 0.24 | 0.18 | 0 | 0.27 |
| HSL | 225.33º | 0.25% | 0.64% | - |
| HSV(B) | 225.33º | 0.24% | 0.73% | - |
| XYZ | 31.08 | 31.66 | 50.93 | - |
| YUV | 152.59 | 146.86 | 119.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 152 | 186 | 0.24 | 0.18 | 0 | 0.27 | 225.33 | 0.25 | 0.64 |
| Hex | 8D | 98 | BA | 18 | 12 | 0 | 1B | E1 | 19 | 40 |
| Octal | 215 | 230 | 272 | 30 | 22 | 0 | 33 | 341 | 31 | 100 |
| Binary | 10001101 | 10011000 | 10111010 | 11000 | 10010 | 0 | 11011 | 11100001 | 11001 | 1000000 |
Color Harmonies of #8D98BA
Complementary color
Monochromatic Colors of #8D98BA
Black with #8D98BA
Text Example
Text Example
White with #8D98BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D98BA; }
p { color: rgb(141,152,186); }
H1.HeaderClassName
{
color: #8D98BA;
}
.AnyTagClassName
{
color: #8D98BA;
}
</style>
background-color css
<style>
a { background-color: #8D98BA; }
a { background-color: rgb(141,152,186); }
div.DivClassName
{
background-color: #8D98BA;
}
.BgClassName
{
background-color: #8D98BA;
}
</style>
border-color css
<style>
span { border-color: #8D98BA; }
span { border-color: rgb(141,152,186); }
td.TdClassName
{
border-color: #8D98BA;
}
.TagClassName
{
border-color: #8D98BA;
}
</style>