Shades of Rock Blue #91A0B7
Tints of Rock Blue #91A0B7
RGB
CMYK
RGB Variations
Color information
#91A0B7 (or 0x91A0B7) is known color: Rock Blue. HEX triplet: 91, A0 and B7. RGB value is (145,160,183). Sum of RGB (Red+Green+Blue) = 145+160+183=488 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.71% from 488); Green value is 160 (62.89% from 255 or 32.79% from 488); Blue value is 183 (71.88% from 255 or 37.5% from 488); Max value from RGB is 183 - color contains mainly: blue. Hex color #91A0B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91A0B7 is #6E5F48. Grayscale: #9E9E9E. Windows color (decimal): -7233353 or 12034193. OLE color: 12034193.
HSL color Cylindrical-coordinate representation of color #91A0B7: hue angle of 216.32º degrees, saturation: 0.21, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #91A0B7 is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 145 | 160 | 183 | - |
| CMYK | 0.21 | 0.13 | 0 | 0.28 |
| HSL | 216.32º | 0.21% | 0.64% | - |
| HSV(B) | 216.32º | 0.21% | 0.72% | - |
| XYZ | 32.8 | 34.58 | 49.75 | - |
| YUV | 158.14 | 142.03 | 118.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 160 | 183 | 0.21 | 0.13 | 0 | 0.28 | 216.32 | 0.21 | 0.64 |
| Hex | 91 | A0 | B7 | 15 | D | 0 | 1C | D8 | 15 | 40 |
| Octal | 221 | 240 | 267 | 25 | 15 | 0 | 34 | 330 | 25 | 100 |
| Binary | 10010001 | 10100000 | 10110111 | 10101 | 1101 | 0 | 11100 | 11011000 | 10101 | 1000000 |
Color Harmonies of #91A0B7
Complementary color
Monochromatic Colors of #91A0B7
Black with #91A0B7
Text Example
Text Example
White with #91A0B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91A0B7; }
p { color: rgb(145,160,183); }
H1.HeaderClassName
{
color: #91A0B7;
}
.AnyTagClassName
{
color: #91A0B7;
}
</style>
background-color css
<style>
a { background-color: #91A0B7; }
a { background-color: rgb(145,160,183); }
div.DivClassName
{
background-color: #91A0B7;
}
.BgClassName
{
background-color: #91A0B7;
}
</style>
border-color css
<style>
span { border-color: #91A0B7; }
span { border-color: rgb(145,160,183); }
td.TdClassName
{
border-color: #91A0B7;
}
.TagClassName
{
border-color: #91A0B7;
}
</style>