Shades of Portage #91A2DD
Tints of Portage #91A2DD
RGB
CMYK
RGB Variations
Color information
#91A2DD (or 0x91A2DD) is known color: Portage. HEX triplet: 91, A2 and DD. RGB value is (145,162,221). Sum of RGB (Red+Green+Blue) = 145+162+221=528 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.46% from 528); Green value is 162 (63.67% from 255 or 30.68% from 528); Blue value is 221 (86.72% from 255 or 41.86% from 528); Max value from RGB is 221 - color contains mainly: blue. Hex color #91A2DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91A2DD is #6E5D22. Grayscale: #A3A3A3. Windows color (decimal): -7232803 or 14525073. OLE color: 14525073.
HSL color Cylindrical-coordinate representation of color #91A2DD: hue angle of 226.58º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #91A2DD is Cyan = 0.34, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 145 | 162 | 221 | - |
| CMYK | 0.34 | 0.27 | 0 | 0.13 |
| HSL | 226.58º | 0.53% | 0.72% | - |
| HSV(B) | 226.58º | 0.34% | 0.87% | - |
| XYZ | 37.65 | 37.08 | 73.58 | - |
| YUV | 163.64 | 160.37 | 114.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 162 | 221 | 0.34 | 0.27 | 0 | 0.13 | 226.58 | 0.53 | 0.72 |
| Hex | 91 | A2 | DD | 22 | 1B | 0 | D | E3 | 35 | 48 |
| Octal | 221 | 242 | 335 | 42 | 33 | 0 | 15 | 343 | 65 | 110 |
| Binary | 10010001 | 10100010 | 11011101 | 100010 | 11011 | 0 | 1101 | 11100011 | 110101 | 1001000 |
Color Harmonies of #91A2DD
Complementary color
Monochromatic Colors of #91A2DD
Black with #91A2DD
Text Example
Text Example
White with #91A2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91A2DD; }
p { color: rgb(145,162,221); }
H1.HeaderClassName
{
color: #91A2DD;
}
.AnyTagClassName
{
color: #91A2DD;
}
</style>
background-color css
<style>
a { background-color: #91A2DD; }
a { background-color: rgb(145,162,221); }
div.DivClassName
{
background-color: #91A2DD;
}
.BgClassName
{
background-color: #91A2DD;
}
</style>
border-color css
<style>
span { border-color: #91A2DD; }
span { border-color: rgb(145,162,221); }
td.TdClassName
{
border-color: #91A2DD;
}
.TagClassName
{
border-color: #91A2DD;
}
</style>