Shades of Rock Blue #9199BE
Tints of Rock Blue #9199BE
RGB
CMYK
RGB Variations
Color information
#9199BE (or 0x9199BE) is known color: Rock Blue. HEX triplet: 91, 99 and BE. RGB value is (145,153,190). Sum of RGB (Red+Green+Blue) = 145+153+190=488 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.71% from 488); Green value is 153 (60.16% from 255 or 31.35% from 488); Blue value is 190 (74.61% from 255 or 38.93% from 488); Max value from RGB is 190 - color contains mainly: blue. Hex color #9199BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9199BE is #6E6641. Grayscale: #9A9A9A. Windows color (decimal): -7235138 or 12491153. OLE color: 12491153.
HSL color Cylindrical-coordinate representation of color #9199BE: hue angle of 229.33º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9199BE is Cyan = 0.24, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 145 | 153 | 190 | - |
| CMYK | 0.24 | 0.19 | 0 | 0.25 |
| HSL | 229.33º | 0.26% | 0.66% | - |
| HSV(B) | 229.33º | 0.24% | 0.75% | - |
| XYZ | 32.36 | 32.52 | 53.29 | - |
| YUV | 154.83 | 147.85 | 120.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 153 | 190 | 0.24 | 0.19 | 0 | 0.25 | 229.33 | 0.26 | 0.66 |
| Hex | 91 | 99 | BE | 18 | 13 | 0 | 19 | E5 | 1A | 42 |
| Octal | 221 | 231 | 276 | 30 | 23 | 0 | 31 | 345 | 32 | 102 |
| Binary | 10010001 | 10011001 | 10111110 | 11000 | 10011 | 0 | 11001 | 11100101 | 11010 | 1000010 |
Color Harmonies of #9199BE
Complementary color
Monochromatic Colors of #9199BE
Black with #9199BE
Text Example
Text Example
White with #9199BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9199BE; }
p { color: rgb(145,153,190); }
H1.HeaderClassName
{
color: #9199BE;
}
.AnyTagClassName
{
color: #9199BE;
}
</style>
background-color css
<style>
a { background-color: #9199BE; }
a { background-color: rgb(145,153,190); }
div.DivClassName
{
background-color: #9199BE;
}
.BgClassName
{
background-color: #9199BE;
}
</style>
border-color css
<style>
span { border-color: #9199BE; }
span { border-color: rgb(145,153,190); }
td.TdClassName
{
border-color: #9199BE;
}
.TagClassName
{
border-color: #9199BE;
}
</style>