Shades of Rock Blue #9198BA
Tints of Rock Blue #9198BA
RGB
CMYK
RGB Variations
Color information
#9198BA (or 0x9198BA) is known color: Rock Blue. HEX triplet: 91, 98 and BA. RGB value is (145,152,186). Sum of RGB (Red+Green+Blue) = 145+152+186=483 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.02% from 483); Green value is 152 (59.77% from 255 or 31.47% from 483); Blue value is 186 (73.05% from 255 or 38.51% from 483); Max value from RGB is 186 - color contains mainly: blue. Hex color #9198BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9198BA is #6E6745. Grayscale: #999999. Windows color (decimal): -7235398 or 12228753. OLE color: 12228753.
HSL color Cylindrical-coordinate representation of color #9198BA: hue angle of 229.76º degrees, saturation: 0.23, 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 #9198BA is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 145 | 152 | 186 | - |
| CMYK | 0.22 | 0.18 | 0 | 0.27 |
| HSL | 229.76º | 0.23% | 0.65% | - |
| HSV(B) | 229.76º | 0.22% | 0.73% | - |
| XYZ | 31.77 | 32.02 | 50.96 | - |
| YUV | 153.78 | 146.18 | 121.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 152 | 186 | 0.22 | 0.18 | 0 | 0.27 | 229.76 | 0.23 | 0.65 |
| Hex | 91 | 98 | BA | 16 | 12 | 0 | 1B | E6 | 17 | 41 |
| Octal | 221 | 230 | 272 | 26 | 22 | 0 | 33 | 346 | 27 | 101 |
| Binary | 10010001 | 10011000 | 10111010 | 10110 | 10010 | 0 | 11011 | 11100110 | 10111 | 1000001 |
Color Harmonies of #9198BA
Complementary color
Monochromatic Colors of #9198BA
Black with #9198BA
Text Example
Text Example
White with #9198BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9198BA; }
p { color: rgb(145,152,186); }
H1.HeaderClassName
{
color: #9198BA;
}
.AnyTagClassName
{
color: #9198BA;
}
</style>
background-color css
<style>
a { background-color: #9198BA; }
a { background-color: rgb(145,152,186); }
div.DivClassName
{
background-color: #9198BA;
}
.BgClassName
{
background-color: #9198BA;
}
</style>
border-color css
<style>
span { border-color: #9198BA; }
span { border-color: rgb(145,152,186); }
td.TdClassName
{
border-color: #9198BA;
}
.TagClassName
{
border-color: #9198BA;
}
</style>