Shades of Portage #91A6DD
Tints of Portage #91A6DD
RGB
CMYK
RGB Variations
Color information
#91A6DD (or 0x91A6DD) is known color: Portage. HEX triplet: 91, A6 and DD. RGB value is (145,166,221). Sum of RGB (Red+Green+Blue) = 145+166+221=532 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.26% from 532); Green value is 166 (65.23% from 255 or 31.20% from 532); Blue value is 221 (86.72% from 255 or 41.54% from 532); Max value from RGB is 221 - color contains mainly: blue. Hex color #91A6DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91A6DD is #6E5922. Grayscale: #A5A5A5. Windows color (decimal): -7231779 or 14526097. OLE color: 14526097.
HSL color Cylindrical-coordinate representation of color #91A6DD: hue angle of 223.42º 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 #91A6DD is Cyan = 0.34, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 145 | 166 | 221 | - |
| CMYK | 0.34 | 0.25 | 0 | 0.13 |
| HSL | 223.42º | 0.53% | 0.72% | - |
| HSV(B) | 223.42º | 0.34% | 0.87% | - |
| XYZ | 38.36 | 38.51 | 73.82 | - |
| YUV | 165.99 | 159.04 | 113.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 166 | 221 | 0.34 | 0.25 | 0 | 0.13 | 223.42 | 0.53 | 0.72 |
| Hex | 91 | A6 | DD | 22 | 19 | 0 | D | DF | 35 | 48 |
| Octal | 221 | 246 | 335 | 42 | 31 | 0 | 15 | 337 | 65 | 110 |
| Binary | 10010001 | 10100110 | 11011101 | 100010 | 11001 | 0 | 1101 | 11011111 | 110101 | 1001000 |
Color Harmonies of #91A6DD
Complementary color
Monochromatic Colors of #91A6DD
Black with #91A6DD
Text Example
Text Example
White with #91A6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91A6DD; }
p { color: rgb(145,166,221); }
H1.HeaderClassName
{
color: #91A6DD;
}
.AnyTagClassName
{
color: #91A6DD;
}
</style>
background-color css
<style>
a { background-color: #91A6DD; }
a { background-color: rgb(145,166,221); }
div.DivClassName
{
background-color: #91A6DD;
}
.BgClassName
{
background-color: #91A6DD;
}
</style>
border-color css
<style>
span { border-color: #91A6DD; }
span { border-color: rgb(145,166,221); }
td.TdClassName
{
border-color: #91A6DD;
}
.TagClassName
{
border-color: #91A6DD;
}
</style>