Shades of Portage #8483E7
Tints of Portage #8483E7
RGB
CMYK
RGB Variations
Color information
#8483E7 (or 0x8483E7) is known color: Portage. HEX triplet: 84, 83 and E7. RGB value is (132,131,231). Sum of RGB (Red+Green+Blue) = 132+131+231=494 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.72% from 494); Green value is 131 (51.56% from 255 or 26.52% from 494); Blue value is 231 (90.62% from 255 or 46.76% from 494); Max value from RGB is 231 - color contains mainly: blue. Hex color #8483E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8483E7 is #7B7C18. Grayscale: #8E8E8E. Windows color (decimal): -8092697 or 15172484. OLE color: 15172484.
HSL color Cylindrical-coordinate representation of color #8483E7: hue angle of 240.6º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8483E7 is Cyan = 0.43, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 132 | 131 | 231 | - |
| CMYK | 0.43 | 0.43 | 0 | 0.09 |
| HSL | 240.6º | 0.68% | 0.71% | - |
| HSV(B) | 240.6º | 0.43% | 0.91% | - |
| XYZ | 32.06 | 26.91 | 79.11 | - |
| YUV | 142.7 | 177.83 | 120.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 131 | 231 | 0.43 | 0.43 | 0 | 0.09 | 240.6 | 0.68 | 0.71 |
| Hex | 84 | 83 | E7 | 2B | 2B | 0 | 9 | F1 | 44 | 47 |
| Octal | 204 | 203 | 347 | 53 | 53 | 0 | 11 | 361 | 104 | 107 |
| Binary | 10000100 | 10000011 | 11100111 | 101011 | 101011 | 0 | 1001 | 11110001 | 1000100 | 1000111 |
Color Harmonies of #8483E7
Complementary color
Monochromatic Colors of #8483E7
Black with #8483E7
Text Example
Text Example
White with #8483E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8483E7; }
p { color: rgb(132,131,231); }
H1.HeaderClassName
{
color: #8483E7;
}
.AnyTagClassName
{
color: #8483E7;
}
</style>
background-color css
<style>
a { background-color: #8483E7; }
a { background-color: rgb(132,131,231); }
div.DivClassName
{
background-color: #8483E7;
}
.BgClassName
{
background-color: #8483E7;
}
</style>
border-color css
<style>
span { border-color: #8483E7; }
span { border-color: rgb(132,131,231); }
td.TdClassName
{
border-color: #8483E7;
}
.TagClassName
{
border-color: #8483E7;
}
</style>