Shades of Rock Blue #98A3BA
Tints of Rock Blue #98A3BA
RGB
CMYK
RGB Variations
Color information
#98A3BA (or 0x98A3BA) is known color: Rock Blue. HEX triplet: 98, A3 and BA. RGB value is (152,163,186). Sum of RGB (Red+Green+Blue) = 152+163+186=501 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.34% from 501); Green value is 163 (64.06% from 255 or 32.53% from 501); Blue value is 186 (73.05% from 255 or 37.13% from 501); Max value from RGB is 186 - color contains mainly: blue. Hex color #98A3BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98A3BA is #675C45. Grayscale: #A2A2A2. Windows color (decimal): -6773830 or 12231576. OLE color: 12231576.
HSL color Cylindrical-coordinate representation of color #98A3BA: hue angle of 220.59º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #98A3BA is Cyan = 0.18, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 152 | 163 | 186 | - |
| CMYK | 0.18 | 0.12 | 0 | 0.27 |
| HSL | 220.59º | 0.2% | 0.66% | - |
| HSV(B) | 220.59º | 0.18% | 0.73% | - |
| XYZ | 34.91 | 36.41 | 51.64 | - |
| YUV | 162.33 | 141.36 | 120.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 163 | 186 | 0.18 | 0.12 | 0 | 0.27 | 220.59 | 0.2 | 0.66 |
| Hex | 98 | A3 | BA | 12 | C | 0 | 1B | DD | 14 | 42 |
| Octal | 230 | 243 | 272 | 22 | 14 | 0 | 33 | 335 | 24 | 102 |
| Binary | 10011000 | 10100011 | 10111010 | 10010 | 1100 | 0 | 11011 | 11011101 | 10100 | 1000010 |
Color Harmonies of #98A3BA
Complementary color
Monochromatic Colors of #98A3BA
Black with #98A3BA
Text Example
Text Example
White with #98A3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A3BA; }
p { color: rgb(152,163,186); }
H1.HeaderClassName
{
color: #98A3BA;
}
.AnyTagClassName
{
color: #98A3BA;
}
</style>
background-color css
<style>
a { background-color: #98A3BA; }
a { background-color: rgb(152,163,186); }
div.DivClassName
{
background-color: #98A3BA;
}
.BgClassName
{
background-color: #98A3BA;
}
</style>
border-color css
<style>
span { border-color: #98A3BA; }
span { border-color: rgb(152,163,186); }
td.TdClassName
{
border-color: #98A3BA;
}
.TagClassName
{
border-color: #98A3BA;
}
</style>