Shades of Portage #8291CA
Tints of Portage #8291CA
RGB
CMYK
RGB Variations
Color information
#8291CA (or 0x8291CA) is known color: Portage. HEX triplet: 82, 91 and CA. RGB value is (130,145,202). Sum of RGB (Red+Green+Blue) = 130+145+202=477 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.25% from 477); Green value is 145 (57.03% from 255 or 30.40% from 477); Blue value is 202 (79.30% from 255 or 42.35% from 477); Max value from RGB is 202 - color contains mainly: blue. Hex color #8291CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8291CA is #7D6E35. Grayscale: #929292. Windows color (decimal): -8220214 or 13275522. OLE color: 13275522.
HSL color Cylindrical-coordinate representation of color #8291CA: hue angle of 227.5º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8291CA is Cyan = 0.36, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 130 | 145 | 202 | - |
| CMYK | 0.36 | 0.28 | 0 | 0.21 |
| HSL | 227.5º | 0.4% | 0.65% | - |
| HSV(B) | 227.5º | 0.36% | 0.79% | - |
| XYZ | 29.99 | 29.26 | 59.94 | - |
| YUV | 147.01 | 159.03 | 115.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 145 | 202 | 0.36 | 0.28 | 0 | 0.21 | 227.5 | 0.4 | 0.65 |
| Hex | 82 | 91 | CA | 24 | 1C | 0 | 15 | E4 | 28 | 41 |
| Octal | 202 | 221 | 312 | 44 | 34 | 0 | 25 | 344 | 50 | 101 |
| Binary | 10000010 | 10010001 | 11001010 | 100100 | 11100 | 0 | 10101 | 11100100 | 101000 | 1000001 |
Color Harmonies of #8291CA
Complementary color
Monochromatic Colors of #8291CA
Black with #8291CA
Text Example
Text Example
White with #8291CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8291CA; }
p { color: rgb(130,145,202); }
H1.HeaderClassName
{
color: #8291CA;
}
.AnyTagClassName
{
color: #8291CA;
}
</style>
background-color css
<style>
a { background-color: #8291CA; }
a { background-color: rgb(130,145,202); }
div.DivClassName
{
background-color: #8291CA;
}
.BgClassName
{
background-color: #8291CA;
}
</style>
border-color css
<style>
span { border-color: #8291CA; }
span { border-color: rgb(130,145,202); }
td.TdClassName
{
border-color: #8291CA;
}
.TagClassName
{
border-color: #8291CA;
}
</style>