Shades of Rock Blue #8D98B6
Tints of Rock Blue #8D98B6
RGB
CMYK
RGB Variations
Color information
#8D98B6 (or 0x8D98B6) is known color: Rock Blue. HEX triplet: 8D, 98 and B6. RGB value is (141,152,182). Sum of RGB (Red+Green+Blue) = 141+152+182=475 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.68% from 475); Green value is 152 (59.77% from 255 or 32% from 475); Blue value is 182 (71.48% from 255 or 38.32% from 475); Max value from RGB is 182 - color contains mainly: blue. Hex color #8D98B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D98B6 is #726749. Grayscale: #989898. Windows color (decimal): -7497546 or 11966605. OLE color: 11966605.
HSL color Cylindrical-coordinate representation of color #8D98B6: hue angle of 223.9º degrees, saturation: 0.22, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8D98B6 is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 141 | 152 | 182 | - |
CMYK | 0.23 | 0.16 | 0 | 0.29 |
HSL | 223.9º | 0.22% | 0.63% | - |
HSV(B) | 223.9º | 0.23% | 0.71% | - |
XYZ | 30.66 | 31.5 | 48.72 | - |
YUV | 152.13 | 144.86 | 120.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 141 | 152 | 182 | 0.23 | 0.16 | 0 | 0.29 | 223.9 | 0.22 | 0.63 |
Hex | 8D | 98 | B6 | 17 | 10 | 0 | 1D | E0 | 16 | 3F |
Octal | 215 | 230 | 266 | 27 | 20 | 0 | 35 | 340 | 26 | 77 |
Binary | 10001101 | 10011000 | 10110110 | 10111 | 10000 | 0 | 11101 | 11100000 | 10110 | 111111 |
Color Harmonies of #8D98B6
Complementary color
Monochromatic Colors of #8D98B6
Black with #8D98B6
Text Example
Text Example
White with #8D98B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D98B6; }
p { color: rgb(141,152,182); }
H1.HeaderClassName
{
color: #8D98B6;
}
.AnyTagClassName
{
color: #8D98B6;
}
</style>
background-color css
<style>
a { background-color: #8D98B6; }
a { background-color: rgb(141,152,182); }
div.DivClassName
{
background-color: #8D98B6;
}
.BgClassName
{
background-color: #8D98B6;
}
</style>
border-color css
<style>
span { border-color: #8D98B6; }
span { border-color: rgb(141,152,182); }
td.TdClassName
{
border-color: #8D98B6;
}
.TagClassName
{
border-color: #8D98B6;
}
</style>