Shades of Portage #8584DC
Tints of Portage #8584DC
RGB
CMYK
RGB Variations
Color information
#8584DC (or 0x8584DC) is known color: Portage. HEX triplet: 85, 84 and DC. RGB value is (133,132,220). Sum of RGB (Red+Green+Blue) = 133+132+220=485 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.42% from 485); Green value is 132 (51.95% from 255 or 27.22% from 485); Blue value is 220 (86.33% from 255 or 45.36% from 485); Max value from RGB is 220 - color contains mainly: blue. Hex color #8584DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8584DC is #7A7B23. Grayscale: #8D8D8D. Windows color (decimal): -8026916 or 14451845. OLE color: 14451845.
HSL color Cylindrical-coordinate representation of color #8584DC: hue angle of 240.68º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8584DC is Cyan = 0.40, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 132 | 220 | - |
| CMYK | 0.40 | 0.40 | 0 | 0.14 |
| HSL | 240.68º | 0.56% | 0.69% | - |
| HSV(B) | 240.68º | 0.4% | 0.86% | - |
| XYZ | 30.84 | 26.66 | 71.23 | - |
| YUV | 142.33 | 171.83 | 121.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 132 | 220 | 0.40 | 0.40 | 0 | 0.14 | 240.68 | 0.56 | 0.69 |
| Hex | 85 | 84 | DC | 28 | 28 | 0 | E | F1 | 38 | 45 |
| Octal | 205 | 204 | 334 | 50 | 50 | 0 | 16 | 361 | 70 | 105 |
| Binary | 10000101 | 10000100 | 11011100 | 101000 | 101000 | 0 | 1110 | 11110001 | 111000 | 1000101 |
Color Harmonies of #8584DC
Complementary color
Monochromatic Colors of #8584DC
Black with #8584DC
Text Example
Text Example
White with #8584DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8584DC; }
p { color: rgb(133,132,220); }
H1.HeaderClassName
{
color: #8584DC;
}
.AnyTagClassName
{
color: #8584DC;
}
</style>
background-color css
<style>
a { background-color: #8584DC; }
a { background-color: rgb(133,132,220); }
div.DivClassName
{
background-color: #8584DC;
}
.BgClassName
{
background-color: #8584DC;
}
</style>
border-color css
<style>
span { border-color: #8584DC; }
span { border-color: rgb(133,132,220); }
td.TdClassName
{
border-color: #8584DC;
}
.TagClassName
{
border-color: #8584DC;
}
</style>