Shades of Rock Blue #9199BB
Tints of Rock Blue #9199BB
RGB
CMYK
RGB Variations
Color information
#9199BB (or 0x9199BB) is known color: Rock Blue. HEX triplet: 91, 99 and BB. RGB value is (145,153,187). Sum of RGB (Red+Green+Blue) = 145+153+187=485 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.90% from 485); Green value is 153 (60.16% from 255 or 31.55% from 485); Blue value is 187 (73.44% from 255 or 38.56% from 485); Max value from RGB is 187 - color contains mainly: blue. Hex color #9199BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9199BB is #6E6644. Grayscale: #9A9A9A. Windows color (decimal): -7235141 or 12294545. OLE color: 12294545.
HSL color Cylindrical-coordinate representation of color #9199BB: hue angle of 228.57º 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 #9199BB is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 145 | 153 | 187 | - |
| CMYK | 0.22 | 0.18 | 0 | 0.27 |
| HSL | 228.57º | 0.24% | 0.65% | - |
| HSV(B) | 228.57º | 0.22% | 0.73% | - |
| XYZ | 32.04 | 32.39 | 51.58 | - |
| YUV | 154.48 | 146.35 | 121.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 153 | 187 | 0.22 | 0.18 | 0 | 0.27 | 228.57 | 0.24 | 0.65 |
| Hex | 91 | 99 | BB | 16 | 12 | 0 | 1B | E5 | 18 | 41 |
| Octal | 221 | 231 | 273 | 26 | 22 | 0 | 33 | 345 | 30 | 101 |
| Binary | 10010001 | 10011001 | 10111011 | 10110 | 10010 | 0 | 11011 | 11100101 | 11000 | 1000001 |
Color Harmonies of #9199BB
Complementary color
Monochromatic Colors of #9199BB
Black with #9199BB
Text Example
Text Example
White with #9199BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9199BB; }
p { color: rgb(145,153,187); }
H1.HeaderClassName
{
color: #9199BB;
}
.AnyTagClassName
{
color: #9199BB;
}
</style>
background-color css
<style>
a { background-color: #9199BB; }
a { background-color: rgb(145,153,187); }
div.DivClassName
{
background-color: #9199BB;
}
.BgClassName
{
background-color: #9199BB;
}
</style>
border-color css
<style>
span { border-color: #9199BB; }
span { border-color: rgb(145,153,187); }
td.TdClassName
{
border-color: #9199BB;
}
.TagClassName
{
border-color: #9199BB;
}
</style>