Shades of Rock Blue #91A4BC
Tints of Rock Blue #91A4BC
RGB
CMYK
RGB Variations
Color information
#91A4BC (or 0x91A4BC) is known color: Rock Blue. HEX triplet: 91, A4 and BC. RGB value is (145,164,188). Sum of RGB (Red+Green+Blue) = 145+164+188=497 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.18% from 497); Green value is 164 (64.45% from 255 or 33.00% from 497); Blue value is 188 (73.83% from 255 or 37.83% from 497); Max value from RGB is 188 - color contains mainly: blue. Hex color #91A4BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91A4BC is #6E5B43. Grayscale: #A0A0A0. Windows color (decimal): -7232324 or 12362897. OLE color: 12362897.
HSL color Cylindrical-coordinate representation of color #91A4BC: hue angle of 213.49º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #91A4BC is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 145 | 164 | 188 | - |
| CMYK | 0.23 | 0.13 | 0 | 0.26 |
| HSL | 213.49º | 0.24% | 0.65% | - |
| HSV(B) | 213.49º | 0.23% | 0.74% | - |
| XYZ | 34.03 | 36.2 | 52.77 | - |
| YUV | 161.06 | 143.21 | 116.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 164 | 188 | 0.23 | 0.13 | 0 | 0.26 | 213.49 | 0.24 | 0.65 |
| Hex | 91 | A4 | BC | 17 | D | 0 | 1A | D5 | 18 | 41 |
| Octal | 221 | 244 | 274 | 27 | 15 | 0 | 32 | 325 | 30 | 101 |
| Binary | 10010001 | 10100100 | 10111100 | 10111 | 1101 | 0 | 11010 | 11010101 | 11000 | 1000001 |
Color Harmonies of #91A4BC
Complementary color
Monochromatic Colors of #91A4BC
Black with #91A4BC
Text Example
Text Example
White with #91A4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91A4BC; }
p { color: rgb(145,164,188); }
H1.HeaderClassName
{
color: #91A4BC;
}
.AnyTagClassName
{
color: #91A4BC;
}
</style>
background-color css
<style>
a { background-color: #91A4BC; }
a { background-color: rgb(145,164,188); }
div.DivClassName
{
background-color: #91A4BC;
}
.BgClassName
{
background-color: #91A4BC;
}
</style>
border-color css
<style>
span { border-color: #91A4BC; }
span { border-color: rgb(145,164,188); }
td.TdClassName
{
border-color: #91A4BC;
}
.TagClassName
{
border-color: #91A4BC;
}
</style>