Shades of Portage #8290D5
Tints of Portage #8290D5
RGB
CMYK
RGB Variations
Color information
#8290D5 (or 0x8290D5) is known color: Portage. HEX triplet: 82, 90 and D5. RGB value is (130,144,213). Sum of RGB (Red+Green+Blue) = 130+144+213=487 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.69% from 487); Green value is 144 (56.64% from 255 or 29.57% from 487); Blue value is 213 (83.59% from 255 or 43.74% from 487); Max value from RGB is 213 - color contains mainly: blue. Hex color #8290D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8290D5 is #7D6F2A. Grayscale: #939393. Windows color (decimal): -8220459 or 13996162. OLE color: 13996162.
HSL color Cylindrical-coordinate representation of color #8290D5: hue angle of 229.88º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8290D5 is Cyan = 0.39, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 130 | 144 | 213 | - |
| CMYK | 0.39 | 0.32 | 0 | 0.16 |
| HSL | 229.88º | 0.5% | 0.67% | - |
| HSV(B) | 229.88º | 0.39% | 0.84% | - |
| XYZ | 31.19 | 29.5 | 67 | - |
| YUV | 147.68 | 164.86 | 115.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 144 | 213 | 0.39 | 0.32 | 0 | 0.16 | 229.88 | 0.5 | 0.67 |
| Hex | 82 | 90 | D5 | 27 | 20 | 0 | 10 | E6 | 32 | 43 |
| Octal | 202 | 220 | 325 | 47 | 40 | 0 | 20 | 346 | 62 | 103 |
| Binary | 10000010 | 10010000 | 11010101 | 100111 | 100000 | 0 | 10000 | 11100110 | 110010 | 1000011 |
Color Harmonies of #8290D5
Complementary color
Monochromatic Colors of #8290D5
Black with #8290D5
Text Example
Text Example
White with #8290D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8290D5; }
p { color: rgb(130,144,213); }
H1.HeaderClassName
{
color: #8290D5;
}
.AnyTagClassName
{
color: #8290D5;
}
</style>
background-color css
<style>
a { background-color: #8290D5; }
a { background-color: rgb(130,144,213); }
div.DivClassName
{
background-color: #8290D5;
}
.BgClassName
{
background-color: #8290D5;
}
</style>
border-color css
<style>
span { border-color: #8290D5; }
span { border-color: rgb(130,144,213); }
td.TdClassName
{
border-color: #8290D5;
}
.TagClassName
{
border-color: #8290D5;
}
</style>