Shades of Rock Blue #98A1C5
Tints of Rock Blue #98A1C5
RGB
CMYK
RGB Variations
Color information
#98A1C5 (or 0x98A1C5) is known color: Rock Blue. HEX triplet: 98, A1 and C5. RGB value is (152,161,197). Sum of RGB (Red+Green+Blue) = 152+161+197=510 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.80% from 510); Green value is 161 (63.28% from 255 or 31.57% from 510); Blue value is 197 (77.34% from 255 or 38.63% from 510); Max value from RGB is 197 - color contains mainly: blue. Hex color #98A1C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98A1C5 is #675E3A. Grayscale: #A2A2A2. Windows color (decimal): -6774331 or 12951960. OLE color: 12951960.
HSL color Cylindrical-coordinate representation of color #98A1C5: hue angle of 228º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #98A1C5 is Cyan = 0.23, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 152 | 161 | 197 | - |
| CMYK | 0.23 | 0.18 | 0 | 0.23 |
| HSL | 228º | 0.28% | 0.68% | - |
| HSV(B) | 228º | 0.23% | 0.77% | - |
| XYZ | 35.77 | 36.2 | 57.92 | - |
| YUV | 162.41 | 147.52 | 120.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 161 | 197 | 0.23 | 0.18 | 0 | 0.23 | 228 | 0.28 | 0.68 |
| Hex | 98 | A1 | C5 | 17 | 12 | 0 | 17 | E4 | 1C | 44 |
| Octal | 230 | 241 | 305 | 27 | 22 | 0 | 27 | 344 | 34 | 104 |
| Binary | 10011000 | 10100001 | 11000101 | 10111 | 10010 | 0 | 10111 | 11100100 | 11100 | 1000100 |
Color Harmonies of #98A1C5
Complementary color
Monochromatic Colors of #98A1C5
Black with #98A1C5
Text Example
Text Example
White with #98A1C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A1C5; }
p { color: rgb(152,161,197); }
H1.HeaderClassName
{
color: #98A1C5;
}
.AnyTagClassName
{
color: #98A1C5;
}
</style>
background-color css
<style>
a { background-color: #98A1C5; }
a { background-color: rgb(152,161,197); }
div.DivClassName
{
background-color: #98A1C5;
}
.BgClassName
{
background-color: #98A1C5;
}
</style>
border-color css
<style>
span { border-color: #98A1C5; }
span { border-color: rgb(152,161,197); }
td.TdClassName
{
border-color: #98A1C5;
}
.TagClassName
{
border-color: #98A1C5;
}
</style>