Shades of Portage #8389DF
Tints of Portage #8389DF
RGB
CMYK
RGB Variations
Color information
#8389DF (or 0x8389DF) is known color: Portage. HEX triplet: 83, 89 and DF. RGB value is (131,137,223). Sum of RGB (Red+Green+Blue) = 131+137+223=491 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.68% from 491); Green value is 137 (53.91% from 255 or 27.90% from 491); Blue value is 223 (87.5% from 255 or 45.42% from 491); Max value from RGB is 223 - color contains mainly: blue. Hex color #8389DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8389DF is #7C7620. Grayscale: #909090. Windows color (decimal): -8156705 or 14649731. OLE color: 14649731.
HSL color Cylindrical-coordinate representation of color #8389DF: hue angle of 236.09º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8389DF is Cyan = 0.41, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 137 | 223 | - |
| CMYK | 0.41 | 0.39 | 0 | 0.13 |
| HSL | 236.09º | 0.59% | 0.69% | - |
| HSV(B) | 236.09º | 0.41% | 0.87% | - |
| XYZ | 31.63 | 28.04 | 73.56 | - |
| YUV | 145.01 | 172.01 | 118.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 137 | 223 | 0.41 | 0.39 | 0 | 0.13 | 236.09 | 0.59 | 0.69 |
| Hex | 83 | 89 | DF | 29 | 27 | 0 | D | EC | 3B | 45 |
| Octal | 203 | 211 | 337 | 51 | 47 | 0 | 15 | 354 | 73 | 105 |
| Binary | 10000011 | 10001001 | 11011111 | 101001 | 100111 | 0 | 1101 | 11101100 | 111011 | 1000101 |
Color Harmonies of #8389DF
Complementary color
Monochromatic Colors of #8389DF
Black with #8389DF
Text Example
Text Example
White with #8389DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8389DF; }
p { color: rgb(131,137,223); }
H1.HeaderClassName
{
color: #8389DF;
}
.AnyTagClassName
{
color: #8389DF;
}
</style>
background-color css
<style>
a { background-color: #8389DF; }
a { background-color: rgb(131,137,223); }
div.DivClassName
{
background-color: #8389DF;
}
.BgClassName
{
background-color: #8389DF;
}
</style>
border-color css
<style>
span { border-color: #8389DF; }
span { border-color: rgb(131,137,223); }
td.TdClassName
{
border-color: #8389DF;
}
.TagClassName
{
border-color: #8389DF;
}
</style>