Shades of Portage #8384DD
Tints of Portage #8384DD
RGB
CMYK
RGB Variations
Color information
#8384DD (or 0x8384DD) is known color: Portage. HEX triplet: 83, 84 and DD. RGB value is (131,132,221). Sum of RGB (Red+Green+Blue) = 131+132+221=484 (64% of max value = 765). Red value is 131 (51.56% from 255 or 27.07% from 484); Green value is 132 (51.95% from 255 or 27.27% from 484); Blue value is 221 (86.72% from 255 or 45.66% from 484); Max value from RGB is 221 - color contains mainly: blue. Hex color #8384DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8384DD is #7C7B22. Grayscale: #8D8D8D. Windows color (decimal): -8157987 or 14517379. OLE color: 14517379.
HSL color Cylindrical-coordinate representation of color #8384DD: hue angle of 239.33º degrees, saturation: 0.57, 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 #8384DD is Cyan = 0.41, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 132 | 221 | - |
| CMYK | 0.41 | 0.40 | 0 | 0.13 |
| HSL | 239.33º | 0.57% | 0.69% | - |
| HSV(B) | 239.33º | 0.41% | 0.87% | - |
| XYZ | 30.66 | 26.55 | 71.91 | - |
| YUV | 141.85 | 172.67 | 120.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 132 | 221 | 0.41 | 0.40 | 0 | 0.13 | 239.33 | 0.57 | 0.69 |
| Hex | 83 | 84 | DD | 29 | 28 | 0 | D | EF | 39 | 45 |
| Octal | 203 | 204 | 335 | 51 | 50 | 0 | 15 | 357 | 71 | 105 |
| Binary | 10000011 | 10000100 | 11011101 | 101001 | 101000 | 0 | 1101 | 11101111 | 111001 | 1000101 |
Color Harmonies of #8384DD
Complementary color
Monochromatic Colors of #8384DD
Black with #8384DD
Text Example
Text Example
White with #8384DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8384DD; }
p { color: rgb(131,132,221); }
H1.HeaderClassName
{
color: #8384DD;
}
.AnyTagClassName
{
color: #8384DD;
}
</style>
background-color css
<style>
a { background-color: #8384DD; }
a { background-color: rgb(131,132,221); }
div.DivClassName
{
background-color: #8384DD;
}
.BgClassName
{
background-color: #8384DD;
}
</style>
border-color css
<style>
span { border-color: #8384DD; }
span { border-color: rgb(131,132,221); }
td.TdClassName
{
border-color: #8384DD;
}
.TagClassName
{
border-color: #8384DD;
}
</style>