Shades of Rock Blue #91A3BE
Tints of Rock Blue #91A3BE
RGB
CMYK
RGB Variations
Color information
#91A3BE (or 0x91A3BE) is known color: Rock Blue. HEX triplet: 91, A3 and BE. RGB value is (145,163,190). Sum of RGB (Red+Green+Blue) = 145+163+190=498 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.12% from 498); Green value is 163 (64.06% from 255 or 32.73% from 498); Blue value is 190 (74.61% from 255 or 38.15% from 498); Max value from RGB is 190 - color contains mainly: blue. Hex color #91A3BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91A3BE is #6E5C41. Grayscale: #A0A0A0. Windows color (decimal): -7232578 or 12493713. OLE color: 12493713.
HSL color Cylindrical-coordinate representation of color #91A3BE: hue angle of 216º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #91A3BE is Cyan = 0.24, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 145 | 163 | 190 | - |
| CMYK | 0.24 | 0.14 | 0 | 0.25 |
| HSL | 216º | 0.26% | 0.66% | - |
| HSV(B) | 216º | 0.24% | 0.75% | - |
| XYZ | 34.07 | 35.93 | 53.86 | - |
| YUV | 160.7 | 144.54 | 116.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 163 | 190 | 0.24 | 0.14 | 0 | 0.25 | 216 | 0.26 | 0.66 |
| Hex | 91 | A3 | BE | 18 | E | 0 | 19 | D8 | 1A | 42 |
| Octal | 221 | 243 | 276 | 30 | 16 | 0 | 31 | 330 | 32 | 102 |
| Binary | 10010001 | 10100011 | 10111110 | 11000 | 1110 | 0 | 11001 | 11011000 | 11010 | 1000010 |
Color Harmonies of #91A3BE
Complementary color
Monochromatic Colors of #91A3BE
Black with #91A3BE
Text Example
Text Example
White with #91A3BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91A3BE; }
p { color: rgb(145,163,190); }
H1.HeaderClassName
{
color: #91A3BE;
}
.AnyTagClassName
{
color: #91A3BE;
}
</style>
background-color css
<style>
a { background-color: #91A3BE; }
a { background-color: rgb(145,163,190); }
div.DivClassName
{
background-color: #91A3BE;
}
.BgClassName
{
background-color: #91A3BE;
}
</style>
border-color css
<style>
span { border-color: #91A3BE; }
span { border-color: rgb(145,163,190); }
td.TdClassName
{
border-color: #91A3BE;
}
.TagClassName
{
border-color: #91A3BE;
}
</style>