Shades of Rock Blue #9198BB
Tints of Rock Blue #9198BB
RGB
CMYK
RGB Variations
Color information
#9198BB (or 0x9198BB) is known color: Rock Blue. HEX triplet: 91, 98 and BB. RGB value is (145,152,187). Sum of RGB (Red+Green+Blue) = 145+152+187=484 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.96% from 484); Green value is 152 (59.77% from 255 or 31.40% from 484); Blue value is 187 (73.44% from 255 or 38.64% from 484); Max value from RGB is 187 - color contains mainly: blue. Hex color #9198BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9198BB is #6E6744. Grayscale: #999999. Windows color (decimal): -7235397 or 12294289. OLE color: 12294289.
HSL color Cylindrical-coordinate representation of color #9198BB: hue angle of 230º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9198BB is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 145 | 152 | 187 | - |
| CMYK | 0.22 | 0.19 | 0 | 0.27 |
| HSL | 230º | 0.24% | 0.65% | - |
| HSV(B) | 230º | 0.22% | 0.73% | - |
| XYZ | 31.87 | 32.06 | 51.52 | - |
| YUV | 153.9 | 146.68 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 152 | 187 | 0.22 | 0.19 | 0 | 0.27 | 230 | 0.24 | 0.65 |
| Hex | 91 | 98 | BB | 16 | 13 | 0 | 1B | E6 | 18 | 41 |
| Octal | 221 | 230 | 273 | 26 | 23 | 0 | 33 | 346 | 30 | 101 |
| Binary | 10010001 | 10011000 | 10111011 | 10110 | 10011 | 0 | 11011 | 11100110 | 11000 | 1000001 |
Color Harmonies of #9198BB
Complementary color
Monochromatic Colors of #9198BB
Black with #9198BB
Text Example
Text Example
White with #9198BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9198BB; }
p { color: rgb(145,152,187); }
H1.HeaderClassName
{
color: #9198BB;
}
.AnyTagClassName
{
color: #9198BB;
}
</style>
background-color css
<style>
a { background-color: #9198BB; }
a { background-color: rgb(145,152,187); }
div.DivClassName
{
background-color: #9198BB;
}
.BgClassName
{
background-color: #9198BB;
}
</style>
border-color css
<style>
span { border-color: #9198BB; }
span { border-color: rgb(145,152,187); }
td.TdClassName
{
border-color: #9198BB;
}
.TagClassName
{
border-color: #9198BB;
}
</style>