Shades of Portage #91A0DD
Tints of Portage #91A0DD
RGB
CMYK
RGB Variations
Color information
#91A0DD (or 0x91A0DD) is known color: Portage. HEX triplet: 91, A0 and DD. RGB value is (145,160,221). Sum of RGB (Red+Green+Blue) = 145+160+221=526 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.57% from 526); Green value is 160 (62.89% from 255 or 30.42% from 526); Blue value is 221 (86.72% from 255 or 42.02% from 526); Max value from RGB is 221 - color contains mainly: blue. Hex color #91A0DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91A0DD is #6E5F22. Grayscale: #A2A2A2. Windows color (decimal): -7233315 or 14524561. OLE color: 14524561.
HSL color Cylindrical-coordinate representation of color #91A0DD: hue angle of 228.16º 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 #91A0DD is Cyan = 0.34, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 145 | 160 | 221 | - |
| CMYK | 0.34 | 0.28 | 0 | 0.13 |
| HSL | 228.16º | 0.53% | 0.72% | - |
| HSV(B) | 228.16º | 0.34% | 0.87% | - |
| XYZ | 37.3 | 36.38 | 73.46 | - |
| YUV | 162.47 | 161.03 | 115.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 160 | 221 | 0.34 | 0.28 | 0 | 0.13 | 228.16 | 0.53 | 0.72 |
| Hex | 91 | A0 | DD | 22 | 1C | 0 | D | E4 | 35 | 48 |
| Octal | 221 | 240 | 335 | 42 | 34 | 0 | 15 | 344 | 65 | 110 |
| Binary | 10010001 | 10100000 | 11011101 | 100010 | 11100 | 0 | 1101 | 11100100 | 110101 | 1001000 |
Color Harmonies of #91A0DD
Complementary color
Monochromatic Colors of #91A0DD
Black with #91A0DD
Text Example
Text Example
White with #91A0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91A0DD; }
p { color: rgb(145,160,221); }
H1.HeaderClassName
{
color: #91A0DD;
}
.AnyTagClassName
{
color: #91A0DD;
}
</style>
background-color css
<style>
a { background-color: #91A0DD; }
a { background-color: rgb(145,160,221); }
div.DivClassName
{
background-color: #91A0DD;
}
.BgClassName
{
background-color: #91A0DD;
}
</style>
border-color css
<style>
span { border-color: #91A0DD; }
span { border-color: rgb(145,160,221); }
td.TdClassName
{
border-color: #91A0DD;
}
.TagClassName
{
border-color: #91A0DD;
}
</style>