Shades of Portage #8390DA
Tints of Portage #8390DA
RGB
CMYK
RGB Variations
Color information
#8390DA (or 0x8390DA) is known color: Portage. HEX triplet: 83, 90 and DA. RGB value is (131,144,218). Sum of RGB (Red+Green+Blue) = 131+144+218=493 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.57% from 493); Green value is 144 (56.64% from 255 or 29.21% from 493); Blue value is 218 (85.55% from 255 or 44.22% from 493); Max value from RGB is 218 - color contains mainly: blue. Hex color #8390DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8390DA is #7C6F25. Grayscale: #949494. Windows color (decimal): -8154918 or 14323843. OLE color: 14323843.
HSL color Cylindrical-coordinate representation of color #8390DA: hue angle of 231.03º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8390DA is Cyan = 0.40, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 131 | 144 | 218 | - |
| CMYK | 0.40 | 0.34 | 0 | 0.15 |
| HSL | 231.03º | 0.54% | 0.68% | - |
| HSV(B) | 231.03º | 0.4% | 0.85% | - |
| XYZ | 31.99 | 29.83 | 70.4 | - |
| YUV | 148.55 | 167.19 | 115.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 144 | 218 | 0.40 | 0.34 | 0 | 0.15 | 231.03 | 0.54 | 0.68 |
| Hex | 83 | 90 | DA | 28 | 22 | 0 | F | E7 | 36 | 44 |
| Octal | 203 | 220 | 332 | 50 | 42 | 0 | 17 | 347 | 66 | 104 |
| Binary | 10000011 | 10010000 | 11011010 | 101000 | 100010 | 0 | 1111 | 11100111 | 110110 | 1000100 |
Color Harmonies of #8390DA
Complementary color
Monochromatic Colors of #8390DA
Black with #8390DA
Text Example
Text Example
White with #8390DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8390DA; }
p { color: rgb(131,144,218); }
H1.HeaderClassName
{
color: #8390DA;
}
.AnyTagClassName
{
color: #8390DA;
}
</style>
background-color css
<style>
a { background-color: #8390DA; }
a { background-color: rgb(131,144,218); }
div.DivClassName
{
background-color: #8390DA;
}
.BgClassName
{
background-color: #8390DA;
}
</style>
border-color css
<style>
span { border-color: #8390DA; }
span { border-color: rgb(131,144,218); }
td.TdClassName
{
border-color: #8390DA;
}
.TagClassName
{
border-color: #8390DA;
}
</style>