Shades of Rock Blue #91A3BA
Tints of Rock Blue #91A3BA
RGB
CMYK
RGB Variations
Color information
#91A3BA (or 0x91A3BA) is known color: Rock Blue. HEX triplet: 91, A3 and BA. RGB value is (145,163,186). Sum of RGB (Red+Green+Blue) = 145+163+186=494 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.35% from 494); Green value is 163 (64.06% from 255 or 33.00% from 494); Blue value is 186 (73.05% from 255 or 37.65% from 494); Max value from RGB is 186 - color contains mainly: blue. Hex color #91A3BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91A3BA is #6E5C45. Grayscale: #A0A0A0. Windows color (decimal): -7232582 or 12231569. OLE color: 12231569.
HSL color Cylindrical-coordinate representation of color #91A3BA: hue angle of 213.66º 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 #91A3BA is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 145 | 163 | 186 | - |
| CMYK | 0.22 | 0.12 | 0 | 0.27 |
| HSL | 213.66º | 0.23% | 0.65% | - |
| HSV(B) | 213.66º | 0.22% | 0.73% | - |
| XYZ | 33.64 | 35.76 | 51.58 | - |
| YUV | 160.24 | 142.54 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 163 | 186 | 0.22 | 0.12 | 0 | 0.27 | 213.66 | 0.23 | 0.65 |
| Hex | 91 | A3 | BA | 16 | C | 0 | 1B | D6 | 17 | 41 |
| Octal | 221 | 243 | 272 | 26 | 14 | 0 | 33 | 326 | 27 | 101 |
| Binary | 10010001 | 10100011 | 10111010 | 10110 | 1100 | 0 | 11011 | 11010110 | 10111 | 1000001 |
Color Harmonies of #91A3BA
Complementary color
Monochromatic Colors of #91A3BA
Black with #91A3BA
Text Example
Text Example
White with #91A3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91A3BA; }
p { color: rgb(145,163,186); }
H1.HeaderClassName
{
color: #91A3BA;
}
.AnyTagClassName
{
color: #91A3BA;
}
</style>
background-color css
<style>
a { background-color: #91A3BA; }
a { background-color: rgb(145,163,186); }
div.DivClassName
{
background-color: #91A3BA;
}
.BgClassName
{
background-color: #91A3BA;
}
</style>
border-color css
<style>
span { border-color: #91A3BA; }
span { border-color: rgb(145,163,186); }
td.TdClassName
{
border-color: #91A3BA;
}
.TagClassName
{
border-color: #91A3BA;
}
</style>