Shades of Rock Blue #91A0C7
Tints of Rock Blue #91A0C7
RGB
CMYK
RGB Variations
Color information
#91A0C7 (or 0x91A0C7) is known color: Rock Blue. HEX triplet: 91, A0 and C7. RGB value is (145,160,199). Sum of RGB (Red+Green+Blue) = 145+160+199=504 (66% of max value = 765). Red value is 145 (57.03% from 255 or 28.77% from 504); Green value is 160 (62.89% from 255 or 31.75% from 504); Blue value is 199 (78.12% from 255 or 39.48% from 504); Max value from RGB is 199 - color contains mainly: blue. Hex color #91A0C7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91A0C7 is #6E5F38. Grayscale: #9F9F9F. Windows color (decimal): -7233337 or 13082769. OLE color: 13082769.
HSL color Cylindrical-coordinate representation of color #91A0C7: hue angle of 223.33º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #91A0C7 is Cyan = 0.27, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 145 | 160 | 199 | - |
| CMYK | 0.27 | 0.20 | 0 | 0.22 |
| HSL | 223.33º | 0.33% | 0.67% | - |
| HSV(B) | 223.33º | 0.27% | 0.78% | - |
| XYZ | 34.56 | 35.28 | 59.02 | - |
| YUV | 159.96 | 150.03 | 117.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 160 | 199 | 0.27 | 0.20 | 0 | 0.22 | 223.33 | 0.33 | 0.67 |
| Hex | 91 | A0 | C7 | 1B | 14 | 0 | 16 | DF | 21 | 43 |
| Octal | 221 | 240 | 307 | 33 | 24 | 0 | 26 | 337 | 41 | 103 |
| Binary | 10010001 | 10100000 | 11000111 | 11011 | 10100 | 0 | 10110 | 11011111 | 100001 | 1000011 |
Color Harmonies of #91A0C7
Complementary color
Monochromatic Colors of #91A0C7
Black with #91A0C7
Text Example
Text Example
White with #91A0C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91A0C7; }
p { color: rgb(145,160,199); }
H1.HeaderClassName
{
color: #91A0C7;
}
.AnyTagClassName
{
color: #91A0C7;
}
</style>
background-color css
<style>
a { background-color: #91A0C7; }
a { background-color: rgb(145,160,199); }
div.DivClassName
{
background-color: #91A0C7;
}
.BgClassName
{
background-color: #91A0C7;
}
</style>
border-color css
<style>
span { border-color: #91A0C7; }
span { border-color: rgb(145,160,199); }
td.TdClassName
{
border-color: #91A0C7;
}
.TagClassName
{
border-color: #91A0C7;
}
</style>