Shades of Rock Blue #98A5B6
Tints of Rock Blue #98A5B6
RGB
CMYK
RGB Variations
Color information
#98A5B6 (or 0x98A5B6) is known color: Rock Blue. HEX triplet: 98, A5 and B6. RGB value is (152,165,182). Sum of RGB (Red+Green+Blue) = 152+165+182=499 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.46% from 499); Green value is 165 (64.84% from 255 or 33.07% from 499); Blue value is 182 (71.48% from 255 or 36.47% from 499); Max value from RGB is 182 - color contains mainly: blue. Hex color #98A5B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98A5B6 is #675A49. Grayscale: #A2A2A2. Windows color (decimal): -6773322 or 11969944. OLE color: 11969944.
HSL color Cylindrical-coordinate representation of color #98A5B6: hue angle of 214º degrees, saturation: 0.17, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #98A5B6 is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 152 | 165 | 182 | - |
| CMYK | 0.16 | 0.09 | 0 | 0.29 |
| HSL | 214º | 0.17% | 0.65% | - |
| HSV(B) | 214º | 0.16% | 0.71% | - |
| XYZ | 34.85 | 36.96 | 49.55 | - |
| YUV | 163.05 | 138.69 | 120.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 165 | 182 | 0.16 | 0.09 | 0 | 0.29 | 214 | 0.17 | 0.65 |
| Hex | 98 | A5 | B6 | 10 | 9 | 0 | 1D | D6 | 11 | 41 |
| Octal | 230 | 245 | 266 | 20 | 11 | 0 | 35 | 326 | 21 | 101 |
| Binary | 10011000 | 10100101 | 10110110 | 10000 | 1001 | 0 | 11101 | 11010110 | 10001 | 1000001 |
Color Harmonies of #98A5B6
Complementary color
Monochromatic Colors of #98A5B6
Black with #98A5B6
Text Example
Text Example
White with #98A5B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A5B6; }
p { color: rgb(152,165,182); }
H1.HeaderClassName
{
color: #98A5B6;
}
.AnyTagClassName
{
color: #98A5B6;
}
</style>
background-color css
<style>
a { background-color: #98A5B6; }
a { background-color: rgb(152,165,182); }
div.DivClassName
{
background-color: #98A5B6;
}
.BgClassName
{
background-color: #98A5B6;
}
</style>
border-color css
<style>
span { border-color: #98A5B6; }
span { border-color: rgb(152,165,182); }
td.TdClassName
{
border-color: #98A5B6;
}
.TagClassName
{
border-color: #98A5B6;
}
</style>