Shades of Rock Blue #8998B4
Tints of Rock Blue #8998B4
RGB
CMYK
RGB Variations
Color information
#8998B4 (or 0x8998B4) is known color: Rock Blue. HEX triplet: 89, 98 and B4. RGB value is (137,152,180). Sum of RGB (Red+Green+Blue) = 137+152+180=469 (62% of max value = 765). Red value is 137 (53.91% from 255 or 29.21% from 469); Green value is 152 (59.77% from 255 or 32.41% from 469); Blue value is 180 (70.70% from 255 or 38.38% from 469); Max value from RGB is 180 - color contains mainly: blue. Hex color #8998B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8998B4 is #76674B. Grayscale: #969696. Windows color (decimal): -7759692 or 11835529. OLE color: 11835529.
HSL color Cylindrical-coordinate representation of color #8998B4: hue angle of 219.07º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8998B4 is Cyan = 0.24, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 137 | 152 | 180 | - |
| CMYK | 0.24 | 0.16 | 0 | 0.29 |
| HSL | 219.07º | 0.22% | 0.62% | - |
| HSV(B) | 219.07º | 0.24% | 0.71% | - |
| XYZ | 29.78 | 31.07 | 47.61 | - |
| YUV | 150.71 | 144.53 | 118.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 152 | 180 | 0.24 | 0.16 | 0 | 0.29 | 219.07 | 0.22 | 0.62 |
| Hex | 89 | 98 | B4 | 18 | 10 | 0 | 1D | DB | 16 | 3E |
| Octal | 211 | 230 | 264 | 30 | 20 | 0 | 35 | 333 | 26 | 76 |
| Binary | 10001001 | 10011000 | 10110100 | 11000 | 10000 | 0 | 11101 | 11011011 | 10110 | 111110 |
Color Harmonies of #8998B4
Complementary color
Monochromatic Colors of #8998B4
Black with #8998B4
Text Example
Text Example
White with #8998B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8998B4; }
p { color: rgb(137,152,180); }
H1.HeaderClassName
{
color: #8998B4;
}
.AnyTagClassName
{
color: #8998B4;
}
</style>
background-color css
<style>
a { background-color: #8998B4; }
a { background-color: rgb(137,152,180); }
div.DivClassName
{
background-color: #8998B4;
}
.BgClassName
{
background-color: #8998B4;
}
</style>
border-color css
<style>
span { border-color: #8998B4; }
span { border-color: rgb(137,152,180); }
td.TdClassName
{
border-color: #8998B4;
}
.TagClassName
{
border-color: #8998B4;
}
</style>