Shades of Portage #8587DD
Tints of Portage #8587DD
RGB
CMYK
RGB Variations
Color information
#8587DD (or 0x8587DD) is known color: Portage. HEX triplet: 85, 87 and DD. RGB value is (133,135,221). Sum of RGB (Red+Green+Blue) = 133+135+221=489 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.20% from 489); Green value is 135 (53.12% from 255 or 27.61% from 489); Blue value is 221 (86.72% from 255 or 45.19% from 489); Max value from RGB is 221 - color contains mainly: blue. Hex color #8587DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8587DD is #7A7822. Grayscale: #8F8F8F. Windows color (decimal): -8026147 or 14518149. OLE color: 14518149.
HSL color Cylindrical-coordinate representation of color #8587DD: hue angle of 238.64º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8587DD is Cyan = 0.40, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 135 | 221 | - |
| CMYK | 0.40 | 0.39 | 0 | 0.13 |
| HSL | 238.64º | 0.56% | 0.69% | - |
| HSV(B) | 238.64º | 0.4% | 0.87% | - |
| XYZ | 31.39 | 27.53 | 72.07 | - |
| YUV | 144.21 | 171.34 | 120.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 135 | 221 | 0.40 | 0.39 | 0 | 0.13 | 238.64 | 0.56 | 0.69 |
| Hex | 85 | 87 | DD | 28 | 27 | 0 | D | EF | 38 | 45 |
| Octal | 205 | 207 | 335 | 50 | 47 | 0 | 15 | 357 | 70 | 105 |
| Binary | 10000101 | 10000111 | 11011101 | 101000 | 100111 | 0 | 1101 | 11101111 | 111000 | 1000101 |
Color Harmonies of #8587DD
Complementary color
Monochromatic Colors of #8587DD
Black with #8587DD
Text Example
Text Example
White with #8587DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8587DD; }
p { color: rgb(133,135,221); }
H1.HeaderClassName
{
color: #8587DD;
}
.AnyTagClassName
{
color: #8587DD;
}
</style>
background-color css
<style>
a { background-color: #8587DD; }
a { background-color: rgb(133,135,221); }
div.DivClassName
{
background-color: #8587DD;
}
.BgClassName
{
background-color: #8587DD;
}
</style>
border-color css
<style>
span { border-color: #8587DD; }
span { border-color: rgb(133,135,221); }
td.TdClassName
{
border-color: #8587DD;
}
.TagClassName
{
border-color: #8587DD;
}
</style>