Shades of Rock Blue #98A6BF
Tints of Rock Blue #98A6BF
RGB
CMYK
RGB Variations
Color information
#98A6BF (or 0x98A6BF) is known color: Rock Blue. HEX triplet: 98, A6 and BF. RGB value is (152,166,191). Sum of RGB (Red+Green+Blue) = 152+166+191=509 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.86% from 509); Green value is 166 (65.23% from 255 or 32.61% from 509); Blue value is 191 (75% from 255 or 37.52% from 509); Max value from RGB is 191 - color contains mainly: blue. Hex color #98A6BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98A6BF is #675940. Grayscale: #A4A4A4. Windows color (decimal): -6773057 or 12560024. OLE color: 12560024.
HSL color Cylindrical-coordinate representation of color #98A6BF: hue angle of 218.46º 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 #98A6BF is Cyan = 0.20, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 152 | 166 | 191 | - |
| CMYK | 0.20 | 0.13 | 0 | 0.25 |
| HSL | 218.46º | 0.23% | 0.67% | - |
| HSV(B) | 218.46º | 0.2% | 0.75% | - |
| XYZ | 35.99 | 37.71 | 54.67 | - |
| YUV | 164.66 | 142.86 | 118.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 166 | 191 | 0.20 | 0.13 | 0 | 0.25 | 218.46 | 0.23 | 0.67 |
| Hex | 98 | A6 | BF | 14 | D | 0 | 19 | DA | 17 | 43 |
| Octal | 230 | 246 | 277 | 24 | 15 | 0 | 31 | 332 | 27 | 103 |
| Binary | 10011000 | 10100110 | 10111111 | 10100 | 1101 | 0 | 11001 | 11011010 | 10111 | 1000011 |
Color Harmonies of #98A6BF
Complementary color
Monochromatic Colors of #98A6BF
Black with #98A6BF
Text Example
Text Example
White with #98A6BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A6BF; }
p { color: rgb(152,166,191); }
H1.HeaderClassName
{
color: #98A6BF;
}
.AnyTagClassName
{
color: #98A6BF;
}
</style>
background-color css
<style>
a { background-color: #98A6BF; }
a { background-color: rgb(152,166,191); }
div.DivClassName
{
background-color: #98A6BF;
}
.BgClassName
{
background-color: #98A6BF;
}
</style>
border-color css
<style>
span { border-color: #98A6BF; }
span { border-color: rgb(152,166,191); }
td.TdClassName
{
border-color: #98A6BF;
}
.TagClassName
{
border-color: #98A6BF;
}
</style>