Shades of Portage #8585DD
Tints of Portage #8585DD
RGB
CMYK
RGB Variations
Color information
#8585DD (or 0x8585DD) is known color: Portage. HEX triplet: 85, 85 and DD. RGB value is (133,133,221). Sum of RGB (Red+Green+Blue) = 133+133+221=487 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.31% from 487); Green value is 133 (52.34% from 255 or 27.31% from 487); Blue value is 221 (86.72% from 255 or 45.38% from 487); Max value from RGB is 221 - color contains mainly: blue. Hex color #8585DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8585DD is #7A7A22. Grayscale: #8E8E8E. Windows color (decimal): -8026659 or 14517637. OLE color: 14517637.
HSL color Cylindrical-coordinate representation of color #8585DD: hue angle of 240º 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 #8585DD is Cyan = 0.40, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 133 | 221 | - |
| CMYK | 0.40 | 0.40 | 0 | 0.13 |
| HSL | 240º | 0.56% | 0.69% | - |
| HSV(B) | 240º | 0.4% | 0.87% | - |
| XYZ | 31.11 | 26.98 | 71.97 | - |
| YUV | 143.03 | 172 | 120.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 133 | 221 | 0.40 | 0.40 | 0 | 0.13 | 240 | 0.56 | 0.69 |
| Hex | 85 | 85 | DD | 28 | 28 | 0 | D | F0 | 38 | 45 |
| Octal | 205 | 205 | 335 | 50 | 50 | 0 | 15 | 360 | 70 | 105 |
| Binary | 10000101 | 10000101 | 11011101 | 101000 | 101000 | 0 | 1101 | 11110000 | 111000 | 1000101 |
Color Harmonies of #8585DD
Complementary color
Monochromatic Colors of #8585DD
Black with #8585DD
Text Example
Text Example
White with #8585DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8585DD; }
p { color: rgb(133,133,221); }
H1.HeaderClassName
{
color: #8585DD;
}
.AnyTagClassName
{
color: #8585DD;
}
</style>
background-color css
<style>
a { background-color: #8585DD; }
a { background-color: rgb(133,133,221); }
div.DivClassName
{
background-color: #8585DD;
}
.BgClassName
{
background-color: #8585DD;
}
</style>
border-color css
<style>
span { border-color: #8585DD; }
span { border-color: rgb(133,133,221); }
td.TdClassName
{
border-color: #8585DD;
}
.TagClassName
{
border-color: #8585DD;
}
</style>