Shades of Portage #8091CA
Tints of Portage #8091CA
RGB
CMYK
RGB Variations
Color information
#8091CA (or 0x8091CA) is known color: Portage. HEX triplet: 80, 91 and CA. RGB value is (128,145,202). Sum of RGB (Red+Green+Blue) = 128+145+202=475 (62% of max value = 765). Red value is 128 (50.39% from 255 or 26.95% from 475); Green value is 145 (57.03% from 255 or 30.53% from 475); Blue value is 202 (79.30% from 255 or 42.53% from 475); Max value from RGB is 202 - color contains mainly: blue. Hex color #8091CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8091CA is #7F6E35. Grayscale: #929292. Windows color (decimal): -8351286 or 13275520. OLE color: 13275520.
HSL color Cylindrical-coordinate representation of color #8091CA: hue angle of 226.22º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8091CA is Cyan = 0.37, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 128 | 145 | 202 | - |
| CMYK | 0.37 | 0.28 | 0 | 0.21 |
| HSL | 226.22º | 0.41% | 0.65% | - |
| HSV(B) | 226.22º | 0.37% | 0.79% | - |
| XYZ | 29.69 | 29.1 | 59.93 | - |
| YUV | 146.42 | 159.37 | 114.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 145 | 202 | 0.37 | 0.28 | 0 | 0.21 | 226.22 | 0.41 | 0.65 |
| Hex | 80 | 91 | CA | 25 | 1C | 0 | 15 | E2 | 29 | 41 |
| Octal | 200 | 221 | 312 | 45 | 34 | 0 | 25 | 342 | 51 | 101 |
| Binary | 10000000 | 10010001 | 11001010 | 100101 | 11100 | 0 | 10101 | 11100010 | 101001 | 1000001 |
Color Harmonies of #8091CA
Complementary color
Monochromatic Colors of #8091CA
Black with #8091CA
Text Example
Text Example
White with #8091CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8091CA; }
p { color: rgb(128,145,202); }
H1.HeaderClassName
{
color: #8091CA;
}
.AnyTagClassName
{
color: #8091CA;
}
</style>
background-color css
<style>
a { background-color: #8091CA; }
a { background-color: rgb(128,145,202); }
div.DivClassName
{
background-color: #8091CA;
}
.BgClassName
{
background-color: #8091CA;
}
</style>
border-color css
<style>
span { border-color: #8091CA; }
span { border-color: rgb(128,145,202); }
td.TdClassName
{
border-color: #8091CA;
}
.TagClassName
{
border-color: #8091CA;
}
</style>