Shades of Portage #91A0CE
Tints of Portage #91A0CE
RGB
CMYK
RGB Variations
Color information
#91A0CE (or 0x91A0CE) is known color: Portage. HEX triplet: 91, A0 and CE. RGB value is (145,160,206). Sum of RGB (Red+Green+Blue) = 145+160+206=511 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.38% from 511); Green value is 160 (62.89% from 255 or 31.31% from 511); Blue value is 206 (80.86% from 255 or 40.31% from 511); Max value from RGB is 206 - color contains mainly: blue. Hex color #91A0CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91A0CE is #6E5F31. Grayscale: #A0A0A0. Windows color (decimal): -7233330 or 13541521. OLE color: 13541521.
HSL color Cylindrical-coordinate representation of color #91A0CE: hue angle of 225.25º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #91A0CE is Cyan = 0.30, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 145 | 160 | 206 | - |
| CMYK | 0.30 | 0.22 | 0 | 0.19 |
| HSL | 225.25º | 0.38% | 0.69% | - |
| HSV(B) | 225.25º | 0.3% | 0.81% | - |
| XYZ | 35.39 | 35.62 | 63.4 | - |
| YUV | 160.76 | 153.53 | 116.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 160 | 206 | 0.30 | 0.22 | 0 | 0.19 | 225.25 | 0.38 | 0.69 |
| Hex | 91 | A0 | CE | 1E | 16 | 0 | 13 | E1 | 26 | 45 |
| Octal | 221 | 240 | 316 | 36 | 26 | 0 | 23 | 341 | 46 | 105 |
| Binary | 10010001 | 10100000 | 11001110 | 11110 | 10110 | 0 | 10011 | 11100001 | 100110 | 1000101 |
Color Harmonies of #91A0CE
Complementary color
Monochromatic Colors of #91A0CE
Black with #91A0CE
Text Example
Text Example
White with #91A0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91A0CE; }
p { color: rgb(145,160,206); }
H1.HeaderClassName
{
color: #91A0CE;
}
.AnyTagClassName
{
color: #91A0CE;
}
</style>
background-color css
<style>
a { background-color: #91A0CE; }
a { background-color: rgb(145,160,206); }
div.DivClassName
{
background-color: #91A0CE;
}
.BgClassName
{
background-color: #91A0CE;
}
</style>
border-color css
<style>
span { border-color: #91A0CE; }
span { border-color: rgb(145,160,206); }
td.TdClassName
{
border-color: #91A0CE;
}
.TagClassName
{
border-color: #91A0CE;
}
</style>