Shades of Portage #8183E0
Tints of Portage #8183E0
RGB
CMYK
RGB Variations
Color information
#8183E0 (or 0x8183E0) is known color: Portage. HEX triplet: 81, 83 and E0. RGB value is (129,131,224). Sum of RGB (Red+Green+Blue) = 129+131+224=484 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.65% from 484); Green value is 131 (51.56% from 255 or 27.07% from 484); Blue value is 224 (87.89% from 255 or 46.28% from 484); Max value from RGB is 224 - color contains mainly: blue. Hex color #8183E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8183E0 is #7E7C1F. Grayscale: #8C8C8C. Windows color (decimal): -8289312 or 14713729. OLE color: 14713729.
HSL color Cylindrical-coordinate representation of color #8183E0: hue angle of 238.74º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8183E0 is Cyan = 0.42, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 129 | 131 | 224 | - |
| CMYK | 0.42 | 0.42 | 0 | 0.12 |
| HSL | 238.74º | 0.61% | 0.69% | - |
| HSV(B) | 238.74º | 0.42% | 0.88% | - |
| XYZ | 30.62 | 26.28 | 73.98 | - |
| YUV | 141 | 174.84 | 119.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 131 | 224 | 0.42 | 0.42 | 0 | 0.12 | 238.74 | 0.61 | 0.69 |
| Hex | 81 | 83 | E0 | 2A | 2A | 0 | C | EF | 3D | 45 |
| Octal | 201 | 203 | 340 | 52 | 52 | 0 | 14 | 357 | 75 | 105 |
| Binary | 10000001 | 10000011 | 11100000 | 101010 | 101010 | 0 | 1100 | 11101111 | 111101 | 1000101 |
Color Harmonies of #8183E0
Complementary color
Monochromatic Colors of #8183E0
Black with #8183E0
Text Example
Text Example
White with #8183E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8183E0; }
p { color: rgb(129,131,224); }
H1.HeaderClassName
{
color: #8183E0;
}
.AnyTagClassName
{
color: #8183E0;
}
</style>
background-color css
<style>
a { background-color: #8183E0; }
a { background-color: rgb(129,131,224); }
div.DivClassName
{
background-color: #8183E0;
}
.BgClassName
{
background-color: #8183E0;
}
</style>
border-color css
<style>
span { border-color: #8183E0; }
span { border-color: rgb(129,131,224); }
td.TdClassName
{
border-color: #8183E0;
}
.TagClassName
{
border-color: #8183E0;
}
</style>