Shades of Rock Blue #98A8BF
Tints of Rock Blue #98A8BF
RGB
CMYK
RGB Variations
Color information
#98A8BF (or 0x98A8BF) is known color: Rock Blue. HEX triplet: 98, A8 and BF. RGB value is (152,168,191). Sum of RGB (Red+Green+Blue) = 152+168+191=511 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.75% from 511); Green value is 168 (66.02% from 255 or 32.88% from 511); Blue value is 191 (75% from 255 or 37.38% from 511); Max value from RGB is 191 - color contains mainly: blue. Hex color #98A8BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98A8BF is #675740. Grayscale: #A5A5A5. Windows color (decimal): -6772545 or 12560536. OLE color: 12560536.
HSL color Cylindrical-coordinate representation of color #98A8BF: hue angle of 215.38º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #98A8BF is Cyan = 0.20, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 152 | 168 | 191 | - |
| CMYK | 0.20 | 0.12 | 0 | 0.25 |
| HSL | 215.38º | 0.23% | 0.67% | - |
| HSV(B) | 215.38º | 0.2% | 0.75% | - |
| XYZ | 36.36 | 38.44 | 54.79 | - |
| YUV | 165.84 | 142.2 | 118.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 168 | 191 | 0.20 | 0.12 | 0 | 0.25 | 215.38 | 0.23 | 0.67 |
| Hex | 98 | A8 | BF | 14 | C | 0 | 19 | D7 | 17 | 43 |
| Octal | 230 | 250 | 277 | 24 | 14 | 0 | 31 | 327 | 27 | 103 |
| Binary | 10011000 | 10101000 | 10111111 | 10100 | 1100 | 0 | 11001 | 11010111 | 10111 | 1000011 |
Color Harmonies of #98A8BF
Complementary color
Monochromatic Colors of #98A8BF
Black with #98A8BF
Text Example
Text Example
White with #98A8BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A8BF; }
p { color: rgb(152,168,191); }
H1.HeaderClassName
{
color: #98A8BF;
}
.AnyTagClassName
{
color: #98A8BF;
}
</style>
background-color css
<style>
a { background-color: #98A8BF; }
a { background-color: rgb(152,168,191); }
div.DivClassName
{
background-color: #98A8BF;
}
.BgClassName
{
background-color: #98A8BF;
}
</style>
border-color css
<style>
span { border-color: #98A8BF; }
span { border-color: rgb(152,168,191); }
td.TdClassName
{
border-color: #98A8BF;
}
.TagClassName
{
border-color: #98A8BF;
}
</style>