Shades of Portage #8591DC
Tints of Portage #8591DC
RGB
CMYK
RGB Variations
Color information
#8591DC (or 0x8591DC) is known color: Portage. HEX triplet: 85, 91 and DC. RGB value is (133,145,220). Sum of RGB (Red+Green+Blue) = 133+145+220=498 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.71% from 498); Green value is 145 (57.03% from 255 or 29.12% from 498); Blue value is 220 (86.33% from 255 or 44.18% from 498); Max value from RGB is 220 - color contains mainly: blue. Hex color #8591DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8591DC is #7A6E23. Grayscale: #959595. Windows color (decimal): -8023588 or 14455173. OLE color: 14455173.
HSL color Cylindrical-coordinate representation of color #8591DC: hue angle of 231.72º degrees, saturation: 0.55, 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 #8591DC is Cyan = 0.40, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 145 | 220 | - |
| CMYK | 0.40 | 0.34 | 0 | 0.14 |
| HSL | 231.72º | 0.55% | 0.69% | - |
| HSV(B) | 231.72º | 0.4% | 0.86% | - |
| XYZ | 32.72 | 30.4 | 71.85 | - |
| YUV | 149.96 | 167.52 | 115.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 145 | 220 | 0.40 | 0.34 | 0 | 0.14 | 231.72 | 0.55 | 0.69 |
| Hex | 85 | 91 | DC | 28 | 22 | 0 | E | E8 | 37 | 45 |
| Octal | 205 | 221 | 334 | 50 | 42 | 0 | 16 | 350 | 67 | 105 |
| Binary | 10000101 | 10010001 | 11011100 | 101000 | 100010 | 0 | 1110 | 11101000 | 110111 | 1000101 |
Color Harmonies of #8591DC
Complementary color
Monochromatic Colors of #8591DC
Black with #8591DC
Text Example
Text Example
White with #8591DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8591DC; }
p { color: rgb(133,145,220); }
H1.HeaderClassName
{
color: #8591DC;
}
.AnyTagClassName
{
color: #8591DC;
}
</style>
background-color css
<style>
a { background-color: #8591DC; }
a { background-color: rgb(133,145,220); }
div.DivClassName
{
background-color: #8591DC;
}
.BgClassName
{
background-color: #8591DC;
}
</style>
border-color css
<style>
span { border-color: #8591DC; }
span { border-color: rgb(133,145,220); }
td.TdClassName
{
border-color: #8591DC;
}
.TagClassName
{
border-color: #8591DC;
}
</style>