Shades of Portage #91A0CC
Tints of Portage #91A0CC
RGB
CMYK
RGB Variations
Color information
#91A0CC (or 0x91A0CC) is known color: Portage. HEX triplet: 91, A0 and CC. RGB value is (145,160,204). Sum of RGB (Red+Green+Blue) = 145+160+204=509 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.49% from 509); Green value is 160 (62.89% from 255 or 31.43% from 509); Blue value is 204 (80.08% from 255 or 40.08% from 509); Max value from RGB is 204 - color contains mainly: blue. Hex color #91A0CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91A0CC is #6E5F33. Grayscale: #A0A0A0. Windows color (decimal): -7233332 or 13410449. OLE color: 13410449.
HSL color Cylindrical-coordinate representation of color #91A0CC: hue angle of 224.75º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #91A0CC is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 145 | 160 | 204 | - |
| CMYK | 0.29 | 0.22 | 0 | 0.2 |
| HSL | 224.75º | 0.37% | 0.68% | - |
| HSV(B) | 224.75º | 0.29% | 0.8% | - |
| XYZ | 35.15 | 35.52 | 62.13 | - |
| YUV | 160.53 | 152.53 | 116.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 160 | 204 | 0.29 | 0.22 | 0 | 0.2 | 224.75 | 0.37 | 0.68 |
| Hex | 91 | A0 | CC | 1D | 16 | 0 | 14 | E1 | 25 | 44 |
| Octal | 221 | 240 | 314 | 35 | 26 | 0 | 24 | 341 | 45 | 104 |
| Binary | 10010001 | 10100000 | 11001100 | 11101 | 10110 | 0 | 10100 | 11100001 | 100101 | 1000100 |
Color Harmonies of #91A0CC
Complementary color
Monochromatic Colors of #91A0CC
Black with #91A0CC
Text Example
Text Example
White with #91A0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91A0CC; }
p { color: rgb(145,160,204); }
H1.HeaderClassName
{
color: #91A0CC;
}
.AnyTagClassName
{
color: #91A0CC;
}
</style>
background-color css
<style>
a { background-color: #91A0CC; }
a { background-color: rgb(145,160,204); }
div.DivClassName
{
background-color: #91A0CC;
}
.BgClassName
{
background-color: #91A0CC;
}
</style>
border-color css
<style>
span { border-color: #91A0CC; }
span { border-color: rgb(145,160,204); }
td.TdClassName
{
border-color: #91A0CC;
}
.TagClassName
{
border-color: #91A0CC;
}
</style>