Shades of Rock Blue #98A3C0
Tints of Rock Blue #98A3C0
RGB
CMYK
RGB Variations
Color information
#98A3C0 (or 0x98A3C0) is known color: Rock Blue. HEX triplet: 98, A3 and C0. RGB value is (152,163,192). Sum of RGB (Red+Green+Blue) = 152+163+192=507 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.98% from 507); Green value is 163 (64.06% from 255 or 32.15% from 507); Blue value is 192 (75.39% from 255 or 37.87% from 507); Max value from RGB is 192 - color contains mainly: blue. Hex color #98A3C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98A3C0 is #675C3F. Grayscale: #A2A2A2. Windows color (decimal): -6773824 or 12624792. OLE color: 12624792.
HSL color Cylindrical-coordinate representation of color #98A3C0: hue angle of 223.5º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #98A3C0 is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 152 | 163 | 192 | - |
| CMYK | 0.21 | 0.15 | 0 | 0.25 |
| HSL | 223.5º | 0.24% | 0.67% | - |
| HSV(B) | 223.5º | 0.21% | 0.75% | - |
| XYZ | 35.56 | 36.68 | 55.07 | - |
| YUV | 163.02 | 144.36 | 120.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 163 | 192 | 0.21 | 0.15 | 0 | 0.25 | 223.5 | 0.24 | 0.67 |
| Hex | 98 | A3 | C0 | 15 | F | 0 | 19 | E0 | 18 | 43 |
| Octal | 230 | 243 | 300 | 25 | 17 | 0 | 31 | 340 | 30 | 103 |
| Binary | 10011000 | 10100011 | 11000000 | 10101 | 1111 | 0 | 11001 | 11100000 | 11000 | 1000011 |
Color Harmonies of #98A3C0
Complementary color
Monochromatic Colors of #98A3C0
Black with #98A3C0
Text Example
Text Example
White with #98A3C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A3C0; }
p { color: rgb(152,163,192); }
H1.HeaderClassName
{
color: #98A3C0;
}
.AnyTagClassName
{
color: #98A3C0;
}
</style>
background-color css
<style>
a { background-color: #98A3C0; }
a { background-color: rgb(152,163,192); }
div.DivClassName
{
background-color: #98A3C0;
}
.BgClassName
{
background-color: #98A3C0;
}
</style>
border-color css
<style>
span { border-color: #98A3C0; }
span { border-color: rgb(152,163,192); }
td.TdClassName
{
border-color: #98A3C0;
}
.TagClassName
{
border-color: #98A3C0;
}
</style>