Shades of Rock Blue #8B98BE
Tints of Rock Blue #8B98BE
RGB
CMYK
RGB Variations
Color information
#8B98BE (or 0x8B98BE) is known color: Rock Blue. HEX triplet: 8B, 98 and BE. RGB value is (139,152,190). Sum of RGB (Red+Green+Blue) = 139+152+190=481 (63% of max value = 765). Red value is 139 (54.69% from 255 or 28.90% from 481); Green value is 152 (59.77% from 255 or 31.60% from 481); Blue value is 190 (74.61% from 255 or 39.50% from 481); Max value from RGB is 190 - color contains mainly: blue. Hex color #8B98BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B98BE is #746741. Grayscale: #989898. Windows color (decimal): -7628610 or 12490891. OLE color: 12490891.
HSL color Cylindrical-coordinate representation of color #8B98BE: hue angle of 224.71º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8B98BE is Cyan = 0.27, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 139 | 152 | 190 | - |
| CMYK | 0.27 | 0.2 | 0 | 0.25 |
| HSL | 224.71º | 0.28% | 0.65% | - |
| HSV(B) | 224.71º | 0.27% | 0.75% | - |
| XYZ | 31.17 | 31.66 | 53.18 | - |
| YUV | 152.45 | 149.19 | 118.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 152 | 190 | 0.27 | 0.2 | 0 | 0.25 | 224.71 | 0.28 | 0.65 |
| Hex | 8B | 98 | BE | 1B | 14 | 0 | 19 | E1 | 1C | 41 |
| Octal | 213 | 230 | 276 | 33 | 24 | 0 | 31 | 341 | 34 | 101 |
| Binary | 10001011 | 10011000 | 10111110 | 11011 | 10100 | 0 | 11001 | 11100001 | 11100 | 1000001 |
Color Harmonies of #8B98BE
Complementary color
Monochromatic Colors of #8B98BE
Black with #8B98BE
Text Example
Text Example
White with #8B98BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B98BE; }
p { color: rgb(139,152,190); }
H1.HeaderClassName
{
color: #8B98BE;
}
.AnyTagClassName
{
color: #8B98BE;
}
</style>
background-color css
<style>
a { background-color: #8B98BE; }
a { background-color: rgb(139,152,190); }
div.DivClassName
{
background-color: #8B98BE;
}
.BgClassName
{
background-color: #8B98BE;
}
</style>
border-color css
<style>
span { border-color: #8B98BE; }
span { border-color: rgb(139,152,190); }
td.TdClassName
{
border-color: #8B98BE;
}
.TagClassName
{
border-color: #8B98BE;
}
</style>