Shades of Rock Blue #91A1C1
Tints of Rock Blue #91A1C1
RGB
CMYK
RGB Variations
Color information
#91A1C1 (or 0x91A1C1) is known color: Rock Blue. HEX triplet: 91, A1 and C1. RGB value is (145,161,193). Sum of RGB (Red+Green+Blue) = 145+161+193=499 (66% of max value = 765). Red value is 145 (57.03% from 255 or 29.06% from 499); Green value is 161 (63.28% from 255 or 32.26% from 499); Blue value is 193 (75.78% from 255 or 38.68% from 499); Max value from RGB is 193 - color contains mainly: blue. Hex color #91A1C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91A1C1 is #6E5E3E. Grayscale: #9F9F9F. Windows color (decimal): -7233087 or 12689809. OLE color: 12689809.
HSL color Cylindrical-coordinate representation of color #91A1C1: hue angle of 220º 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 #91A1C1 is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 145 | 161 | 193 | - |
| CMYK | 0.25 | 0.17 | 0 | 0.24 |
| HSL | 220º | 0.28% | 0.66% | - |
| HSV(B) | 220º | 0.25% | 0.76% | - |
| XYZ | 34.05 | 35.36 | 55.48 | - |
| YUV | 159.86 | 146.7 | 117.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 161 | 193 | 0.25 | 0.17 | 0 | 0.24 | 220 | 0.28 | 0.66 |
| Hex | 91 | A1 | C1 | 19 | 11 | 0 | 18 | DC | 1C | 42 |
| Octal | 221 | 241 | 301 | 31 | 21 | 0 | 30 | 334 | 34 | 102 |
| Binary | 10010001 | 10100001 | 11000001 | 11001 | 10001 | 0 | 11000 | 11011100 | 11100 | 1000010 |
Color Harmonies of #91A1C1
Complementary color
Monochromatic Colors of #91A1C1
Black with #91A1C1
Text Example
Text Example
White with #91A1C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91A1C1; }
p { color: rgb(145,161,193); }
H1.HeaderClassName
{
color: #91A1C1;
}
.AnyTagClassName
{
color: #91A1C1;
}
</style>
background-color css
<style>
a { background-color: #91A1C1; }
a { background-color: rgb(145,161,193); }
div.DivClassName
{
background-color: #91A1C1;
}
.BgClassName
{
background-color: #91A1C1;
}
</style>
border-color css
<style>
span { border-color: #91A1C1; }
span { border-color: rgb(145,161,193); }
td.TdClassName
{
border-color: #91A1C1;
}
.TagClassName
{
border-color: #91A1C1;
}
</style>