Shades of Rock Blue #91A5C3
Tints of Rock Blue #91A5C3
RGB
CMYK
RGB Variations
Color information
#91A5C3 (or 0x91A5C3) is known color: Rock Blue. HEX triplet: 91, A5 and C3. RGB value is (145,165,195). Sum of RGB (Red+Green+Blue) = 145+165+195=505 (66% of max value = 765). Red value is 145 (57.03% from 255 or 28.71% from 505); Green value is 165 (64.84% from 255 or 32.67% from 505); Blue value is 195 (76.56% from 255 or 38.61% from 505); Max value from RGB is 195 - color contains mainly: blue. Hex color #91A5C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91A5C3 is #6E5A3C. Grayscale: #A2A2A2. Windows color (decimal): -7232061 or 12821905. OLE color: 12821905.
HSL color Cylindrical-coordinate representation of color #91A5C3: hue angle of 216º 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 #91A5C3 is Cyan = 0.26, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 145 | 165 | 195 | - |
| CMYK | 0.26 | 0.15 | 0 | 0.24 |
| HSL | 216º | 0.29% | 0.67% | - |
| HSV(B) | 216º | 0.26% | 0.76% | - |
| XYZ | 34.98 | 36.87 | 56.9 | - |
| YUV | 162.44 | 146.37 | 115.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 165 | 195 | 0.26 | 0.15 | 0 | 0.24 | 216 | 0.29 | 0.67 |
| Hex | 91 | A5 | C3 | 1A | F | 0 | 18 | D8 | 1D | 43 |
| Octal | 221 | 245 | 303 | 32 | 17 | 0 | 30 | 330 | 35 | 103 |
| Binary | 10010001 | 10100101 | 11000011 | 11010 | 1111 | 0 | 11000 | 11011000 | 11101 | 1000011 |
Color Harmonies of #91A5C3
Complementary color
Monochromatic Colors of #91A5C3
Black with #91A5C3
Text Example
Text Example
White with #91A5C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91A5C3; }
p { color: rgb(145,165,195); }
H1.HeaderClassName
{
color: #91A5C3;
}
.AnyTagClassName
{
color: #91A5C3;
}
</style>
background-color css
<style>
a { background-color: #91A5C3; }
a { background-color: rgb(145,165,195); }
div.DivClassName
{
background-color: #91A5C3;
}
.BgClassName
{
background-color: #91A5C3;
}
</style>
border-color css
<style>
span { border-color: #91A5C3; }
span { border-color: rgb(145,165,195); }
td.TdClassName
{
border-color: #91A5C3;
}
.TagClassName
{
border-color: #91A5C3;
}
</style>