Shades of Rock Blue #98A5C1
Tints of Rock Blue #98A5C1
RGB
CMYK
RGB Variations
Color information
#98A5C1 (or 0x98A5C1) is known color: Rock Blue. HEX triplet: 98, A5 and C1. RGB value is (152,165,193). Sum of RGB (Red+Green+Blue) = 152+165+193=510 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.80% from 510); Green value is 165 (64.84% from 255 or 32.35% from 510); Blue value is 193 (75.78% from 255 or 37.84% from 510); Max value from RGB is 193 - color contains mainly: blue. Hex color #98A5C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98A5C1 is #675A3E. Grayscale: #A4A4A4. Windows color (decimal): -6773311 or 12690840. OLE color: 12690840.
HSL color Cylindrical-coordinate representation of color #98A5C1: hue angle of 220.98º 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 #98A5C1 is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 152 | 165 | 193 | - |
| CMYK | 0.21 | 0.15 | 0 | 0.24 |
| HSL | 220.98º | 0.25% | 0.68% | - |
| HSV(B) | 220.98º | 0.21% | 0.76% | - |
| XYZ | 36.03 | 37.44 | 55.78 | - |
| YUV | 164.31 | 144.19 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 165 | 193 | 0.21 | 0.15 | 0 | 0.24 | 220.98 | 0.25 | 0.68 |
| Hex | 98 | A5 | C1 | 15 | F | 0 | 18 | DD | 19 | 44 |
| Octal | 230 | 245 | 301 | 25 | 17 | 0 | 30 | 335 | 31 | 104 |
| Binary | 10011000 | 10100101 | 11000001 | 10101 | 1111 | 0 | 11000 | 11011101 | 11001 | 1000100 |
Color Harmonies of #98A5C1
Complementary color
Monochromatic Colors of #98A5C1
Black with #98A5C1
Text Example
Text Example
White with #98A5C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A5C1; }
p { color: rgb(152,165,193); }
H1.HeaderClassName
{
color: #98A5C1;
}
.AnyTagClassName
{
color: #98A5C1;
}
</style>
background-color css
<style>
a { background-color: #98A5C1; }
a { background-color: rgb(152,165,193); }
div.DivClassName
{
background-color: #98A5C1;
}
.BgClassName
{
background-color: #98A5C1;
}
</style>
border-color css
<style>
span { border-color: #98A5C1; }
span { border-color: rgb(152,165,193); }
td.TdClassName
{
border-color: #98A5C1;
}
.TagClassName
{
border-color: #98A5C1;
}
</style>