Shades of Portage #8590DD
Tints of Portage #8590DD
RGB
CMYK
RGB Variations
Color information
#8590DD (or 0x8590DD) is known color: Portage. HEX triplet: 85, 90 and DD. RGB value is (133,144,221). Sum of RGB (Red+Green+Blue) = 133+144+221=498 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.71% from 498); Green value is 144 (56.64% from 255 or 28.92% from 498); Blue value is 221 (86.72% from 255 or 44.38% from 498); Max value from RGB is 221 - color contains mainly: blue. Hex color #8590DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8590DD is #7A6F22. Grayscale: #959595. Windows color (decimal): -8023843 or 14520453. OLE color: 14520453.
HSL color Cylindrical-coordinate representation of color #8590DD: hue angle of 232.5º 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 #8590DD is Cyan = 0.40, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 144 | 221 | - |
| CMYK | 0.40 | 0.35 | 0 | 0.13 |
| HSL | 232.5º | 0.56% | 0.69% | - |
| HSV(B) | 232.5º | 0.4% | 0.87% | - |
| XYZ | 32.7 | 30.15 | 72.5 | - |
| YUV | 149.49 | 168.36 | 116.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 144 | 221 | 0.40 | 0.35 | 0 | 0.13 | 232.5 | 0.56 | 0.69 |
| Hex | 85 | 90 | DD | 28 | 23 | 0 | D | E8 | 38 | 45 |
| Octal | 205 | 220 | 335 | 50 | 43 | 0 | 15 | 350 | 70 | 105 |
| Binary | 10000101 | 10010000 | 11011101 | 101000 | 100011 | 0 | 1101 | 11101000 | 111000 | 1000101 |
Color Harmonies of #8590DD
Complementary color
Monochromatic Colors of #8590DD
Black with #8590DD
Text Example
Text Example
White with #8590DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8590DD; }
p { color: rgb(133,144,221); }
H1.HeaderClassName
{
color: #8590DD;
}
.AnyTagClassName
{
color: #8590DD;
}
</style>
background-color css
<style>
a { background-color: #8590DD; }
a { background-color: rgb(133,144,221); }
div.DivClassName
{
background-color: #8590DD;
}
.BgClassName
{
background-color: #8590DD;
}
</style>
border-color css
<style>
span { border-color: #8590DD; }
span { border-color: rgb(133,144,221); }
td.TdClassName
{
border-color: #8590DD;
}
.TagClassName
{
border-color: #8590DD;
}
</style>