Shades of Rock Blue #98A8BC
Tints of Rock Blue #98A8BC
RGB
CMYK
RGB Variations
Color information
#98A8BC (or 0x98A8BC) is known color: Rock Blue. HEX triplet: 98, A8 and BC. RGB value is (152,168,188). Sum of RGB (Red+Green+Blue) = 152+168+188=508 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.92% from 508); Green value is 168 (66.02% from 255 or 33.07% from 508); Blue value is 188 (73.83% from 255 or 37.01% from 508); Max value from RGB is 188 - color contains mainly: blue. Hex color #98A8BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98A8BC is #675743. Grayscale: #A5A5A5. Windows color (decimal): -6772548 or 12363928. OLE color: 12363928.
HSL color Cylindrical-coordinate representation of color #98A8BC: hue angle of 213.33º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #98A8BC is Cyan = 0.19, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 152 | 168 | 188 | - |
| CMYK | 0.19 | 0.11 | 0 | 0.26 |
| HSL | 213.33º | 0.21% | 0.67% | - |
| HSV(B) | 213.33º | 0.19% | 0.74% | - |
| XYZ | 36.03 | 38.31 | 53.07 | - |
| YUV | 165.5 | 140.7 | 118.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 168 | 188 | 0.19 | 0.11 | 0 | 0.26 | 213.33 | 0.21 | 0.67 |
| Hex | 98 | A8 | BC | 13 | B | 0 | 1A | D5 | 15 | 43 |
| Octal | 230 | 250 | 274 | 23 | 13 | 0 | 32 | 325 | 25 | 103 |
| Binary | 10011000 | 10101000 | 10111100 | 10011 | 1011 | 0 | 11010 | 11010101 | 10101 | 1000011 |
Color Harmonies of #98A8BC
Complementary color
Monochromatic Colors of #98A8BC
Black with #98A8BC
Text Example
Text Example
White with #98A8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A8BC; }
p { color: rgb(152,168,188); }
H1.HeaderClassName
{
color: #98A8BC;
}
.AnyTagClassName
{
color: #98A8BC;
}
</style>
background-color css
<style>
a { background-color: #98A8BC; }
a { background-color: rgb(152,168,188); }
div.DivClassName
{
background-color: #98A8BC;
}
.BgClassName
{
background-color: #98A8BC;
}
</style>
border-color css
<style>
span { border-color: #98A8BC; }
span { border-color: rgb(152,168,188); }
td.TdClassName
{
border-color: #98A8BC;
}
.TagClassName
{
border-color: #98A8BC;
}
</style>