Shades of Rock Blue #91A2B4
Tints of Rock Blue #91A2B4
RGB
CMYK
RGB Variations
Color information
#91A2B4 (or 0x91A2B4) is known color: Rock Blue. HEX triplet: 91, A2 and B4. RGB value is (145,162,180). Sum of RGB (Red+Green+Blue) = 145+162+180=487 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.77% from 487); Green value is 162 (63.67% from 255 or 33.26% from 487); Blue value is 180 (70.70% from 255 or 36.96% from 487); Max value from RGB is 180 - color contains mainly: blue. Hex color #91A2B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91A2B4 is #6E5D4B. Grayscale: #9E9E9E. Windows color (decimal): -7232844 or 11838097. OLE color: 11838097.
HSL color Cylindrical-coordinate representation of color #91A2B4: hue angle of 210.86º degrees, saturation: 0.19, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #91A2B4 is Cyan = 0.19, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 145 | 162 | 180 | - |
| CMYK | 0.19 | 0.1 | 0 | 0.29 |
| HSL | 210.86º | 0.19% | 0.64% | - |
| HSV(B) | 210.86º | 0.19% | 0.71% | - |
| XYZ | 32.84 | 35.16 | 48.24 | - |
| YUV | 158.97 | 139.87 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 162 | 180 | 0.19 | 0.1 | 0 | 0.29 | 210.86 | 0.19 | 0.64 |
| Hex | 91 | A2 | B4 | 13 | A | 0 | 1D | D3 | 13 | 40 |
| Octal | 221 | 242 | 264 | 23 | 12 | 0 | 35 | 323 | 23 | 100 |
| Binary | 10010001 | 10100010 | 10110100 | 10011 | 1010 | 0 | 11101 | 11010011 | 10011 | 1000000 |
Color Harmonies of #91A2B4
Complementary color
Monochromatic Colors of #91A2B4
Black with #91A2B4
Text Example
Text Example
White with #91A2B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91A2B4; }
p { color: rgb(145,162,180); }
H1.HeaderClassName
{
color: #91A2B4;
}
.AnyTagClassName
{
color: #91A2B4;
}
</style>
background-color css
<style>
a { background-color: #91A2B4; }
a { background-color: rgb(145,162,180); }
div.DivClassName
{
background-color: #91A2B4;
}
.BgClassName
{
background-color: #91A2B4;
}
</style>
border-color css
<style>
span { border-color: #91A2B4; }
span { border-color: rgb(145,162,180); }
td.TdClassName
{
border-color: #91A2B4;
}
.TagClassName
{
border-color: #91A2B4;
}
</style>