Shades of Rock Blue #91A2B3
Tints of Rock Blue #91A2B3
RGB
CMYK
RGB Variations
Color information
#91A2B3 (or 0x91A2B3) is known color: Rock Blue. HEX triplet: 91, A2 and B3. RGB value is (145,162,179). Sum of RGB (Red+Green+Blue) = 145+162+179=486 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.84% from 486); Green value is 162 (63.67% from 255 or 33.33% from 486); Blue value is 179 (70.31% from 255 or 36.83% from 486); Max value from RGB is 179 - color contains mainly: blue. Hex color #91A2B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91A2B3 is #6E5D4C. Grayscale: #9E9E9E. Windows color (decimal): -7232845 or 11772561. OLE color: 11772561.
HSL color Cylindrical-coordinate representation of color #91A2B3: hue angle of 210º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #91A2B3 is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 145 | 162 | 179 | - |
| CMYK | 0.19 | 0.09 | 0 | 0.30 |
| HSL | 210º | 0.18% | 0.64% | - |
| HSV(B) | 210º | 0.19% | 0.7% | - |
| XYZ | 32.73 | 35.12 | 47.7 | - |
| YUV | 158.86 | 139.37 | 118.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 162 | 179 | 0.19 | 0.09 | 0 | 0.30 | 210 | 0.18 | 0.64 |
| Hex | 91 | A2 | B3 | 13 | 9 | 0 | 1E | D2 | 12 | 40 |
| Octal | 221 | 242 | 263 | 23 | 11 | 0 | 36 | 322 | 22 | 100 |
| Binary | 10010001 | 10100010 | 10110011 | 10011 | 1001 | 0 | 11110 | 11010010 | 10010 | 1000000 |
Color Harmonies of #91A2B3
Complementary color
Monochromatic Colors of #91A2B3
Black with #91A2B3
Text Example
Text Example
White with #91A2B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91A2B3; }
p { color: rgb(145,162,179); }
H1.HeaderClassName
{
color: #91A2B3;
}
.AnyTagClassName
{
color: #91A2B3;
}
</style>
background-color css
<style>
a { background-color: #91A2B3; }
a { background-color: rgb(145,162,179); }
div.DivClassName
{
background-color: #91A2B3;
}
.BgClassName
{
background-color: #91A2B3;
}
</style>
border-color css
<style>
span { border-color: #91A2B3; }
span { border-color: rgb(145,162,179); }
td.TdClassName
{
border-color: #91A2B3;
}
.TagClassName
{
border-color: #91A2B3;
}
</style>