Shades of Portage #8190DD
Tints of Portage #8190DD
RGB
CMYK
RGB Variations
Color information
#8190DD (or 0x8190DD) is known color: Portage. HEX triplet: 81, 90 and DD. RGB value is (129,144,221). Sum of RGB (Red+Green+Blue) = 129+144+221=494 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.11% from 494); Green value is 144 (56.64% from 255 or 29.15% from 494); Blue value is 221 (86.72% from 255 or 44.74% from 494); Max value from RGB is 221 - color contains mainly: blue. Hex color #8190DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8190DD is #7E6F22. Grayscale: #939393. Windows color (decimal): -8285987 or 14520449. OLE color: 14520449.
HSL color Cylindrical-coordinate representation of color #8190DD: hue angle of 230.22º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8190DD is Cyan = 0.42, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 144 | 221 | - |
| CMYK | 0.42 | 0.35 | 0 | 0.13 |
| HSL | 230.22º | 0.58% | 0.69% | - |
| HSV(B) | 230.22º | 0.42% | 0.87% | - |
| XYZ | 32.08 | 29.83 | 72.47 | - |
| YUV | 148.29 | 169.03 | 114.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 144 | 221 | 0.42 | 0.35 | 0 | 0.13 | 230.22 | 0.58 | 0.69 |
| Hex | 81 | 90 | DD | 2A | 23 | 0 | D | E6 | 3A | 45 |
| Octal | 201 | 220 | 335 | 52 | 43 | 0 | 15 | 346 | 72 | 105 |
| Binary | 10000001 | 10010000 | 11011101 | 101010 | 100011 | 0 | 1101 | 11100110 | 111010 | 1000101 |
Color Harmonies of #8190DD
Complementary color
Monochromatic Colors of #8190DD
Black with #8190DD
Text Example
Text Example
White with #8190DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8190DD; }
p { color: rgb(129,144,221); }
H1.HeaderClassName
{
color: #8190DD;
}
.AnyTagClassName
{
color: #8190DD;
}
</style>
background-color css
<style>
a { background-color: #8190DD; }
a { background-color: rgb(129,144,221); }
div.DivClassName
{
background-color: #8190DD;
}
.BgClassName
{
background-color: #8190DD;
}
</style>
border-color css
<style>
span { border-color: #8190DD; }
span { border-color: rgb(129,144,221); }
td.TdClassName
{
border-color: #8190DD;
}
.TagClassName
{
border-color: #8190DD;
}
</style>