Shades of Portage #8389D8
Tints of Portage #8389D8
RGB
CMYK
RGB Variations
Color information
#8389D8 (or 0x8389D8) is known color: Portage. HEX triplet: 83, 89 and D8. RGB value is (131,137,216). Sum of RGB (Red+Green+Blue) = 131+137+216=484 (64% of max value = 765). Red value is 131 (51.56% from 255 or 27.07% from 484); Green value is 137 (53.91% from 255 or 28.31% from 484); Blue value is 216 (84.77% from 255 or 44.63% from 484); Max value from RGB is 216 - color contains mainly: blue. Hex color #8389D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8389D8 is #7C7627. Grayscale: #8F8F8F. Windows color (decimal): -8156712 or 14190979. OLE color: 14190979.
HSL color Cylindrical-coordinate representation of color #8389D8: hue angle of 235.76º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8389D8 is Cyan = 0.39, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 131 | 137 | 216 | - |
| CMYK | 0.39 | 0.37 | 0 | 0.15 |
| HSL | 235.76º | 0.52% | 0.68% | - |
| HSV(B) | 235.76º | 0.39% | 0.85% | - |
| XYZ | 30.7 | 27.67 | 68.69 | - |
| YUV | 144.21 | 168.51 | 118.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 137 | 216 | 0.39 | 0.37 | 0 | 0.15 | 235.76 | 0.52 | 0.68 |
| Hex | 83 | 89 | D8 | 27 | 25 | 0 | F | EC | 34 | 44 |
| Octal | 203 | 211 | 330 | 47 | 45 | 0 | 17 | 354 | 64 | 104 |
| Binary | 10000011 | 10001001 | 11011000 | 100111 | 100101 | 0 | 1111 | 11101100 | 110100 | 1000100 |
Color Harmonies of #8389D8
Complementary color
Monochromatic Colors of #8389D8
Black with #8389D8
Text Example
Text Example
White with #8389D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8389D8; }
p { color: rgb(131,137,216); }
H1.HeaderClassName
{
color: #8389D8;
}
.AnyTagClassName
{
color: #8389D8;
}
</style>
background-color css
<style>
a { background-color: #8389D8; }
a { background-color: rgb(131,137,216); }
div.DivClassName
{
background-color: #8389D8;
}
.BgClassName
{
background-color: #8389D8;
}
</style>
border-color css
<style>
span { border-color: #8389D8; }
span { border-color: rgb(131,137,216); }
td.TdClassName
{
border-color: #8389D8;
}
.TagClassName
{
border-color: #8389D8;
}
</style>