Shades of Rock Blue #98A0C1
Tints of Rock Blue #98A0C1
RGB
CMYK
RGB Variations
Color information
#98A0C1 (or 0x98A0C1) is known color: Rock Blue. HEX triplet: 98, A0 and C1. RGB value is (152,160,193). Sum of RGB (Red+Green+Blue) = 152+160+193=505 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.10% from 505); Green value is 160 (62.89% from 255 or 31.68% from 505); Blue value is 193 (75.78% from 255 or 38.22% from 505); Max value from RGB is 193 - color contains mainly: blue. Hex color #98A0C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98A0C1 is #675F3E. Grayscale: #A1A1A1. Windows color (decimal): -6774591 or 12689560. OLE color: 12689560.
HSL color Cylindrical-coordinate representation of color #98A0C1: hue angle of 228.29º 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 #98A0C1 is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 152 | 160 | 193 | - |
| CMYK | 0.21 | 0.17 | 0 | 0.24 |
| HSL | 228.29º | 0.25% | 0.68% | - |
| HSV(B) | 228.29º | 0.21% | 0.76% | - |
| XYZ | 35.15 | 35.67 | 55.48 | - |
| YUV | 161.37 | 145.85 | 121.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 160 | 193 | 0.21 | 0.17 | 0 | 0.24 | 228.29 | 0.25 | 0.68 |
| Hex | 98 | A0 | C1 | 15 | 11 | 0 | 18 | E4 | 19 | 44 |
| Octal | 230 | 240 | 301 | 25 | 21 | 0 | 30 | 344 | 31 | 104 |
| Binary | 10011000 | 10100000 | 11000001 | 10101 | 10001 | 0 | 11000 | 11100100 | 11001 | 1000100 |
Color Harmonies of #98A0C1
Complementary color
Monochromatic Colors of #98A0C1
Black with #98A0C1
Text Example
Text Example
White with #98A0C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A0C1; }
p { color: rgb(152,160,193); }
H1.HeaderClassName
{
color: #98A0C1;
}
.AnyTagClassName
{
color: #98A0C1;
}
</style>
background-color css
<style>
a { background-color: #98A0C1; }
a { background-color: rgb(152,160,193); }
div.DivClassName
{
background-color: #98A0C1;
}
.BgClassName
{
background-color: #98A0C1;
}
</style>
border-color css
<style>
span { border-color: #98A0C1; }
span { border-color: rgb(152,160,193); }
td.TdClassName
{
border-color: #98A0C1;
}
.TagClassName
{
border-color: #98A0C1;
}
</style>