Shades of Rock Blue #91A4C3
Tints of Rock Blue #91A4C3
RGB
CMYK
RGB Variations
Color information
#91A4C3 (or 0x91A4C3) is known color: Rock Blue. HEX triplet: 91, A4 and C3. RGB value is (145,164,195). Sum of RGB (Red+Green+Blue) = 145+164+195=504 (66% of max value = 765). Red value is 145 (57.03% from 255 or 28.77% from 504); Green value is 164 (64.45% from 255 or 32.54% from 504); Blue value is 195 (76.56% from 255 or 38.69% from 504); Max value from RGB is 195 - color contains mainly: blue. Hex color #91A4C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91A4C3 is #6E5B3C. Grayscale: #A1A1A1. Windows color (decimal): -7232317 or 12821649. OLE color: 12821649.
HSL color Cylindrical-coordinate representation of color #91A4C3: hue angle of 217.2º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #91A4C3 is Cyan = 0.26, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 145 | 164 | 195 | - |
| CMYK | 0.26 | 0.16 | 0 | 0.24 |
| HSL | 217.2º | 0.29% | 0.67% | - |
| HSV(B) | 217.2º | 0.26% | 0.76% | - |
| XYZ | 34.8 | 36.51 | 56.84 | - |
| YUV | 161.85 | 146.71 | 115.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 164 | 195 | 0.26 | 0.16 | 0 | 0.24 | 217.2 | 0.29 | 0.67 |
| Hex | 91 | A4 | C3 | 1A | 10 | 0 | 18 | D9 | 1D | 43 |
| Octal | 221 | 244 | 303 | 32 | 20 | 0 | 30 | 331 | 35 | 103 |
| Binary | 10010001 | 10100100 | 11000011 | 11010 | 10000 | 0 | 11000 | 11011001 | 11101 | 1000011 |
Color Harmonies of #91A4C3
Complementary color
Monochromatic Colors of #91A4C3
Black with #91A4C3
Text Example
Text Example
White with #91A4C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91A4C3; }
p { color: rgb(145,164,195); }
H1.HeaderClassName
{
color: #91A4C3;
}
.AnyTagClassName
{
color: #91A4C3;
}
</style>
background-color css
<style>
a { background-color: #91A4C3; }
a { background-color: rgb(145,164,195); }
div.DivClassName
{
background-color: #91A4C3;
}
.BgClassName
{
background-color: #91A4C3;
}
</style>
border-color css
<style>
span { border-color: #91A4C3; }
span { border-color: rgb(145,164,195); }
td.TdClassName
{
border-color: #91A4C3;
}
.TagClassName
{
border-color: #91A4C3;
}
</style>