Shades of Portage #8593DD
Tints of Portage #8593DD
RGB
CMYK
RGB Variations
Color information
#8593DD (or 0x8593DD) is known color: Portage. HEX triplet: 85, 93 and DD. RGB value is (133,147,221). Sum of RGB (Red+Green+Blue) = 133+147+221=501 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.55% from 501); Green value is 147 (57.81% from 255 or 29.34% from 501); Blue value is 221 (86.72% from 255 or 44.11% from 501); Max value from RGB is 221 - color contains mainly: blue. Hex color #8593DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8593DD is #7A6C22. Grayscale: #969696. Windows color (decimal): -8023075 or 14521221. OLE color: 14521221.
HSL color Cylindrical-coordinate representation of color #8593DD: hue angle of 230.45º 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 #8593DD is Cyan = 0.40, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 147 | 221 | - |
| CMYK | 0.40 | 0.33 | 0 | 0.13 |
| HSL | 230.45º | 0.56% | 0.69% | - |
| HSV(B) | 230.45º | 0.4% | 0.87% | - |
| XYZ | 33.16 | 31.07 | 72.66 | - |
| YUV | 151.25 | 167.36 | 114.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 147 | 221 | 0.40 | 0.33 | 0 | 0.13 | 230.45 | 0.56 | 0.69 |
| Hex | 85 | 93 | DD | 28 | 21 | 0 | D | E6 | 38 | 45 |
| Octal | 205 | 223 | 335 | 50 | 41 | 0 | 15 | 346 | 70 | 105 |
| Binary | 10000101 | 10010011 | 11011101 | 101000 | 100001 | 0 | 1101 | 11100110 | 111000 | 1000101 |
Color Harmonies of #8593DD
Complementary color
Monochromatic Colors of #8593DD
Black with #8593DD
Text Example
Text Example
White with #8593DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8593DD; }
p { color: rgb(133,147,221); }
H1.HeaderClassName
{
color: #8593DD;
}
.AnyTagClassName
{
color: #8593DD;
}
</style>
background-color css
<style>
a { background-color: #8593DD; }
a { background-color: rgb(133,147,221); }
div.DivClassName
{
background-color: #8593DD;
}
.BgClassName
{
background-color: #8593DD;
}
</style>
border-color css
<style>
span { border-color: #8593DD; }
span { border-color: rgb(133,147,221); }
td.TdClassName
{
border-color: #8593DD;
}
.TagClassName
{
border-color: #8593DD;
}
</style>