Shades of Portage #8389ED
Tints of Portage #8389ED
RGB
CMYK
RGB Variations
Color information
#8389ED (or 0x8389ED) is known color: Portage. HEX triplet: 83, 89 and ED. RGB value is (131,137,237). Sum of RGB (Red+Green+Blue) = 131+137+237=505 (66% of max value = 765). Red value is 131 (51.56% from 255 or 25.94% from 505); Green value is 137 (53.91% from 255 or 27.13% from 505); Blue value is 237 (92.97% from 255 or 46.93% from 505); Max value from RGB is 237 - color contains mainly: blue. Hex color #8389ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8389ED is #7C7612. Grayscale: #929292. Windows color (decimal): -8156691 or 15567235. OLE color: 15567235.
HSL color Cylindrical-coordinate representation of color #8389ED: hue angle of 236.6º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8389ED is Cyan = 0.45, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 131 | 137 | 237 | - |
| CMYK | 0.45 | 0.42 | 0 | 0.07 |
| HSL | 236.6º | 0.75% | 0.72% | - |
| HSV(B) | 236.6º | 0.45% | 0.93% | - |
| XYZ | 33.59 | 28.83 | 83.92 | - |
| YUV | 146.61 | 179.01 | 116.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 137 | 237 | 0.45 | 0.42 | 0 | 0.07 | 236.6 | 0.75 | 0.72 |
| Hex | 83 | 89 | ED | 2D | 2A | 0 | 7 | ED | 4B | 48 |
| Octal | 203 | 211 | 355 | 55 | 52 | 0 | 7 | 355 | 113 | 110 |
| Binary | 10000011 | 10001001 | 11101101 | 101101 | 101010 | 0 | 111 | 11101101 | 1001011 | 1001000 |
Color Harmonies of #8389ED
Complementary color
Monochromatic Colors of #8389ED
Black with #8389ED
Text Example
Text Example
White with #8389ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8389ED; }
p { color: rgb(131,137,237); }
H1.HeaderClassName
{
color: #8389ED;
}
.AnyTagClassName
{
color: #8389ED;
}
</style>
background-color css
<style>
a { background-color: #8389ED; }
a { background-color: rgb(131,137,237); }
div.DivClassName
{
background-color: #8389ED;
}
.BgClassName
{
background-color: #8389ED;
}
</style>
border-color css
<style>
span { border-color: #8389ED; }
span { border-color: rgb(131,137,237); }
td.TdClassName
{
border-color: #8389ED;
}
.TagClassName
{
border-color: #8389ED;
}
</style>