Shades of Portage #91A0CB
Tints of Portage #91A0CB
RGB
CMYK
RGB Variations
Color information
#91A0CB (or 0x91A0CB) is known color: Portage. HEX triplet: 91, A0 and CB. RGB value is (145,160,203). Sum of RGB (Red+Green+Blue) = 145+160+203=508 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.54% from 508); Green value is 160 (62.89% from 255 or 31.50% from 508); Blue value is 203 (79.69% from 255 or 39.96% from 508); Max value from RGB is 203 - color contains mainly: blue. Hex color #91A0CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91A0CB is #6E5F34. Grayscale: #A0A0A0. Windows color (decimal): -7233333 or 13344913. OLE color: 13344913.
HSL color Cylindrical-coordinate representation of color #91A0CB: hue angle of 224.48º degrees, saturation: 0.36, 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 #91A0CB is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 145 | 160 | 203 | - |
| CMYK | 0.29 | 0.21 | 0 | 0.20 |
| HSL | 224.48º | 0.36% | 0.68% | - |
| HSV(B) | 224.48º | 0.29% | 0.8% | - |
| XYZ | 35.03 | 35.47 | 61.5 | - |
| YUV | 160.42 | 152.03 | 117 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 160 | 203 | 0.29 | 0.21 | 0 | 0.20 | 224.48 | 0.36 | 0.68 |
| Hex | 91 | A0 | CB | 1D | 15 | 0 | 14 | E0 | 24 | 44 |
| Octal | 221 | 240 | 313 | 35 | 25 | 0 | 24 | 340 | 44 | 104 |
| Binary | 10010001 | 10100000 | 11001011 | 11101 | 10101 | 0 | 10100 | 11100000 | 100100 | 1000100 |
Color Harmonies of #91A0CB
Complementary color
Monochromatic Colors of #91A0CB
Black with #91A0CB
Text Example
Text Example
White with #91A0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91A0CB; }
p { color: rgb(145,160,203); }
H1.HeaderClassName
{
color: #91A0CB;
}
.AnyTagClassName
{
color: #91A0CB;
}
</style>
background-color css
<style>
a { background-color: #91A0CB; }
a { background-color: rgb(145,160,203); }
div.DivClassName
{
background-color: #91A0CB;
}
.BgClassName
{
background-color: #91A0CB;
}
</style>
border-color css
<style>
span { border-color: #91A0CB; }
span { border-color: rgb(145,160,203); }
td.TdClassName
{
border-color: #91A0CB;
}
.TagClassName
{
border-color: #91A0CB;
}
</style>