Shades of Portage #8290CA
Tints of Portage #8290CA
RGB
CMYK
RGB Variations
Color information
#8290CA (or 0x8290CA) is known color: Portage. HEX triplet: 82, 90 and CA. RGB value is (130,144,202). Sum of RGB (Red+Green+Blue) = 130+144+202=476 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.31% from 476); Green value is 144 (56.64% from 255 or 30.25% from 476); Blue value is 202 (79.30% from 255 or 42.44% from 476); Max value from RGB is 202 - color contains mainly: blue. Hex color #8290CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8290CA is #7D6F35. Grayscale: #929292. Windows color (decimal): -8220470 or 13275266. OLE color: 13275266.
HSL color Cylindrical-coordinate representation of color #8290CA: hue angle of 228.33º 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 #8290CA is Cyan = 0.36, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 130 | 144 | 202 | - |
| CMYK | 0.36 | 0.29 | 0 | 0.21 |
| HSL | 228.33º | 0.4% | 0.65% | - |
| HSV(B) | 228.33º | 0.36% | 0.79% | - |
| XYZ | 29.84 | 28.96 | 59.89 | - |
| YUV | 146.43 | 159.36 | 116.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 144 | 202 | 0.36 | 0.29 | 0 | 0.21 | 228.33 | 0.4 | 0.65 |
| Hex | 82 | 90 | CA | 24 | 1D | 0 | 15 | E4 | 28 | 41 |
| Octal | 202 | 220 | 312 | 44 | 35 | 0 | 25 | 344 | 50 | 101 |
| Binary | 10000010 | 10010000 | 11001010 | 100100 | 11101 | 0 | 10101 | 11100100 | 101000 | 1000001 |
Color Harmonies of #8290CA
Complementary color
Monochromatic Colors of #8290CA
Black with #8290CA
Text Example
Text Example
White with #8290CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8290CA; }
p { color: rgb(130,144,202); }
H1.HeaderClassName
{
color: #8290CA;
}
.AnyTagClassName
{
color: #8290CA;
}
</style>
background-color css
<style>
a { background-color: #8290CA; }
a { background-color: rgb(130,144,202); }
div.DivClassName
{
background-color: #8290CA;
}
.BgClassName
{
background-color: #8290CA;
}
</style>
border-color css
<style>
span { border-color: #8290CA; }
span { border-color: rgb(130,144,202); }
td.TdClassName
{
border-color: #8290CA;
}
.TagClassName
{
border-color: #8290CA;
}
</style>