Shades of Rock Blue #91A0C1
Tints of Rock Blue #91A0C1
RGB
CMYK
RGB Variations
Color information
#91A0C1 (or 0x91A0C1) is known color: Rock Blue. HEX triplet: 91, A0 and C1. RGB value is (145,160,193). Sum of RGB (Red+Green+Blue) = 145+160+193=498 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.12% from 498); Green value is 160 (62.89% from 255 or 32.13% from 498); Blue value is 193 (75.78% from 255 or 38.76% from 498); Max value from RGB is 193 - color contains mainly: blue. Hex color #91A0C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91A0C1 is #6E5F3E. Grayscale: #9F9F9F. Windows color (decimal): -7233343 or 12689553. OLE color: 12689553.
HSL color Cylindrical-coordinate representation of color #91A0C1: hue angle of 221.25º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #91A0C1 is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 145 | 160 | 193 | - |
| CMYK | 0.25 | 0.17 | 0 | 0.24 |
| HSL | 221.25º | 0.28% | 0.66% | - |
| HSV(B) | 221.25º | 0.25% | 0.76% | - |
| XYZ | 33.87 | 35.01 | 55.42 | - |
| YUV | 159.28 | 147.03 | 117.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 160 | 193 | 0.25 | 0.17 | 0 | 0.24 | 221.25 | 0.28 | 0.66 |
| Hex | 91 | A0 | C1 | 19 | 11 | 0 | 18 | DD | 1C | 42 |
| Octal | 221 | 240 | 301 | 31 | 21 | 0 | 30 | 335 | 34 | 102 |
| Binary | 10010001 | 10100000 | 11000001 | 11001 | 10001 | 0 | 11000 | 11011101 | 11100 | 1000010 |
Color Harmonies of #91A0C1
Complementary color
Monochromatic Colors of #91A0C1
Black with #91A0C1
Text Example
Text Example
White with #91A0C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91A0C1; }
p { color: rgb(145,160,193); }
H1.HeaderClassName
{
color: #91A0C1;
}
.AnyTagClassName
{
color: #91A0C1;
}
</style>
background-color css
<style>
a { background-color: #91A0C1; }
a { background-color: rgb(145,160,193); }
div.DivClassName
{
background-color: #91A0C1;
}
.BgClassName
{
background-color: #91A0C1;
}
</style>
border-color css
<style>
span { border-color: #91A0C1; }
span { border-color: rgb(145,160,193); }
td.TdClassName
{
border-color: #91A0C1;
}
.TagClassName
{
border-color: #91A0C1;
}
</style>