Shades of Portage #8190E5
Tints of Portage #8190E5
RGB
CMYK
RGB Variations
Color information
#8190E5 (or 0x8190E5) is known color: Portage. HEX triplet: 81, 90 and E5. RGB value is (129,144,229). Sum of RGB (Red+Green+Blue) = 129+144+229=502 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.70% from 502); Green value is 144 (56.64% from 255 or 28.69% from 502); Blue value is 229 (89.84% from 255 or 45.62% from 502); Max value from RGB is 229 - color contains mainly: blue. Hex color #8190E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8190E5 is #7E6F1A. Grayscale: #949494. Windows color (decimal): -8285979 or 15044737. OLE color: 15044737.
HSL color Cylindrical-coordinate representation of color #8190E5: hue angle of 231º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8190E5 is Cyan = 0.44, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 129 | 144 | 229 | - |
| CMYK | 0.44 | 0.37 | 0 | 0.10 |
| HSL | 231º | 0.66% | 0.7% | - |
| HSV(B) | 231º | 0.44% | 0.9% | - |
| XYZ | 33.17 | 30.27 | 78.22 | - |
| YUV | 149.21 | 173.03 | 113.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 144 | 229 | 0.44 | 0.37 | 0 | 0.10 | 231 | 0.66 | 0.7 |
| Hex | 81 | 90 | E5 | 2C | 25 | 0 | A | E7 | 42 | 46 |
| Octal | 201 | 220 | 345 | 54 | 45 | 0 | 12 | 347 | 102 | 106 |
| Binary | 10000001 | 10010000 | 11100101 | 101100 | 100101 | 0 | 1010 | 11100111 | 1000010 | 1000110 |
Color Harmonies of #8190E5
Complementary color
Monochromatic Colors of #8190E5
Black with #8190E5
Text Example
Text Example
White with #8190E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8190E5; }
p { color: rgb(129,144,229); }
H1.HeaderClassName
{
color: #8190E5;
}
.AnyTagClassName
{
color: #8190E5;
}
</style>
background-color css
<style>
a { background-color: #8190E5; }
a { background-color: rgb(129,144,229); }
div.DivClassName
{
background-color: #8190E5;
}
.BgClassName
{
background-color: #8190E5;
}
</style>
border-color css
<style>
span { border-color: #8190E5; }
span { border-color: rgb(129,144,229); }
td.TdClassName
{
border-color: #8190E5;
}
.TagClassName
{
border-color: #8190E5;
}
</style>