Shades of Rock Blue #98A4C1
Tints of Rock Blue #98A4C1
RGB
CMYK
RGB Variations
Color information
#98A4C1 (or 0x98A4C1) is known color: Rock Blue. HEX triplet: 98, A4 and C1. RGB value is (152,164,193). Sum of RGB (Red+Green+Blue) = 152+164+193=509 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.86% from 509); Green value is 164 (64.45% from 255 or 32.22% from 509); Blue value is 193 (75.78% from 255 or 37.92% from 509); Max value from RGB is 193 - color contains mainly: blue. Hex color #98A4C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98A4C1 is #675B3E. Grayscale: #A3A3A3. Windows color (decimal): -6773567 or 12690584. OLE color: 12690584.
HSL color Cylindrical-coordinate representation of color #98A4C1: hue angle of 222.44º 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 #98A4C1 is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 152 | 164 | 193 | - |
| CMYK | 0.21 | 0.15 | 0 | 0.24 |
| HSL | 222.44º | 0.25% | 0.68% | - |
| HSV(B) | 222.44º | 0.21% | 0.76% | - |
| XYZ | 35.85 | 37.08 | 55.72 | - |
| YUV | 163.72 | 144.52 | 119.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 164 | 193 | 0.21 | 0.15 | 0 | 0.24 | 222.44 | 0.25 | 0.68 |
| Hex | 98 | A4 | C1 | 15 | F | 0 | 18 | DE | 19 | 44 |
| Octal | 230 | 244 | 301 | 25 | 17 | 0 | 30 | 336 | 31 | 104 |
| Binary | 10011000 | 10100100 | 11000001 | 10101 | 1111 | 0 | 11000 | 11011110 | 11001 | 1000100 |
Color Harmonies of #98A4C1
Complementary color
Monochromatic Colors of #98A4C1
Black with #98A4C1
Text Example
Text Example
White with #98A4C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A4C1; }
p { color: rgb(152,164,193); }
H1.HeaderClassName
{
color: #98A4C1;
}
.AnyTagClassName
{
color: #98A4C1;
}
</style>
background-color css
<style>
a { background-color: #98A4C1; }
a { background-color: rgb(152,164,193); }
div.DivClassName
{
background-color: #98A4C1;
}
.BgClassName
{
background-color: #98A4C1;
}
</style>
border-color css
<style>
span { border-color: #98A4C1; }
span { border-color: rgb(152,164,193); }
td.TdClassName
{
border-color: #98A4C1;
}
.TagClassName
{
border-color: #98A4C1;
}
</style>