Shades of Rock Blue #98A3C1
Tints of Rock Blue #98A3C1
RGB
CMYK
RGB Variations
Color information
#98A3C1 (or 0x98A3C1) is known color: Rock Blue. HEX triplet: 98, A3 and C1. RGB value is (152,163,193). Sum of RGB (Red+Green+Blue) = 152+163+193=508 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.92% from 508); Green value is 163 (64.06% from 255 or 32.09% from 508); Blue value is 193 (75.78% from 255 or 37.99% from 508); Max value from RGB is 193 - color contains mainly: blue. Hex color #98A3C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98A3C1 is #675C3E. Grayscale: #A3A3A3. Windows color (decimal): -6773823 or 12690328. OLE color: 12690328.
HSL color Cylindrical-coordinate representation of color #98A3C1: hue angle of 223.9º 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 #98A3C1 is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 152 | 163 | 193 | - |
| CMYK | 0.21 | 0.16 | 0 | 0.24 |
| HSL | 223.9º | 0.25% | 0.68% | - |
| HSV(B) | 223.9º | 0.21% | 0.76% | - |
| XYZ | 35.67 | 36.72 | 55.66 | - |
| YUV | 163.13 | 144.86 | 120.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 163 | 193 | 0.21 | 0.16 | 0 | 0.24 | 223.9 | 0.25 | 0.68 |
| Hex | 98 | A3 | C1 | 15 | 10 | 0 | 18 | E0 | 19 | 44 |
| Octal | 230 | 243 | 301 | 25 | 20 | 0 | 30 | 340 | 31 | 104 |
| Binary | 10011000 | 10100011 | 11000001 | 10101 | 10000 | 0 | 11000 | 11100000 | 11001 | 1000100 |
Color Harmonies of #98A3C1
Complementary color
Monochromatic Colors of #98A3C1
Black with #98A3C1
Text Example
Text Example
White with #98A3C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A3C1; }
p { color: rgb(152,163,193); }
H1.HeaderClassName
{
color: #98A3C1;
}
.AnyTagClassName
{
color: #98A3C1;
}
</style>
background-color css
<style>
a { background-color: #98A3C1; }
a { background-color: rgb(152,163,193); }
div.DivClassName
{
background-color: #98A3C1;
}
.BgClassName
{
background-color: #98A3C1;
}
</style>
border-color css
<style>
span { border-color: #98A3C1; }
span { border-color: rgb(152,163,193); }
td.TdClassName
{
border-color: #98A3C1;
}
.TagClassName
{
border-color: #98A3C1;
}
</style>