Shades of Rock Blue #98A6C1
Tints of Rock Blue #98A6C1
RGB
CMYK
RGB Variations
Color information
#98A6C1 (or 0x98A6C1) is known color: Rock Blue. HEX triplet: 98, A6 and C1. RGB value is (152,166,193). Sum of RGB (Red+Green+Blue) = 152+166+193=511 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.75% from 511); Green value is 166 (65.23% from 255 or 32.49% from 511); Blue value is 193 (75.78% from 255 or 37.77% from 511); Max value from RGB is 193 - color contains mainly: blue. Hex color #98A6C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98A6C1 is #67593E. Grayscale: #A4A4A4. Windows color (decimal): -6773055 or 12691096. OLE color: 12691096.
HSL color Cylindrical-coordinate representation of color #98A6C1: hue angle of 219.51º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #98A6C1 is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 152 | 166 | 193 | - |
| CMYK | 0.21 | 0.14 | 0 | 0.24 |
| HSL | 219.51º | 0.25% | 0.68% | - |
| HSV(B) | 219.51º | 0.21% | 0.76% | - |
| XYZ | 36.21 | 37.8 | 55.84 | - |
| YUV | 164.89 | 143.86 | 118.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 166 | 193 | 0.21 | 0.14 | 0 | 0.24 | 219.51 | 0.25 | 0.68 |
| Hex | 98 | A6 | C1 | 15 | E | 0 | 18 | DC | 19 | 44 |
| Octal | 230 | 246 | 301 | 25 | 16 | 0 | 30 | 334 | 31 | 104 |
| Binary | 10011000 | 10100110 | 11000001 | 10101 | 1110 | 0 | 11000 | 11011100 | 11001 | 1000100 |
Color Harmonies of #98A6C1
Complementary color
Monochromatic Colors of #98A6C1
Black with #98A6C1
Text Example
Text Example
White with #98A6C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A6C1; }
p { color: rgb(152,166,193); }
H1.HeaderClassName
{
color: #98A6C1;
}
.AnyTagClassName
{
color: #98A6C1;
}
</style>
background-color css
<style>
a { background-color: #98A6C1; }
a { background-color: rgb(152,166,193); }
div.DivClassName
{
background-color: #98A6C1;
}
.BgClassName
{
background-color: #98A6C1;
}
</style>
border-color css
<style>
span { border-color: #98A6C1; }
span { border-color: rgb(152,166,193); }
td.TdClassName
{
border-color: #98A6C1;
}
.TagClassName
{
border-color: #98A6C1;
}
</style>