Shades of Portage #8591EE
Tints of Portage #8591EE
RGB
CMYK
RGB Variations
Color information
#8591EE (or 0x8591EE) is known color: Portage. HEX triplet: 85, 91 and EE. RGB value is (133,145,238). Sum of RGB (Red+Green+Blue) = 133+145+238=516 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.78% from 516); Green value is 145 (57.03% from 255 or 28.10% from 516); Blue value is 238 (93.36% from 255 or 46.12% from 516); Max value from RGB is 238 - color contains mainly: blue. Hex color #8591EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8591EE is #7A6E11. Grayscale: #979797. Windows color (decimal): -8023570 or 15634821. OLE color: 15634821.
HSL color Cylindrical-coordinate representation of color #8591EE: hue angle of 233.14º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8591EE is Cyan = 0.44, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 145 | 238 | - |
| CMYK | 0.44 | 0.39 | 0 | 0.07 |
| HSL | 233.14º | 0.76% | 0.73% | - |
| HSV(B) | 233.14º | 0.44% | 0.93% | - |
| XYZ | 35.23 | 31.41 | 85.09 | - |
| YUV | 152.01 | 176.52 | 114.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 145 | 238 | 0.44 | 0.39 | 0 | 0.07 | 233.14 | 0.76 | 0.73 |
| Hex | 85 | 91 | EE | 2C | 27 | 0 | 7 | E9 | 4C | 49 |
| Octal | 205 | 221 | 356 | 54 | 47 | 0 | 7 | 351 | 114 | 111 |
| Binary | 10000101 | 10010001 | 11101110 | 101100 | 100111 | 0 | 111 | 11101001 | 1001100 | 1001001 |
Color Harmonies of #8591EE
Complementary color
Monochromatic Colors of #8591EE
Black with #8591EE
Text Example
Text Example
White with #8591EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8591EE; }
p { color: rgb(133,145,238); }
H1.HeaderClassName
{
color: #8591EE;
}
.AnyTagClassName
{
color: #8591EE;
}
</style>
background-color css
<style>
a { background-color: #8591EE; }
a { background-color: rgb(133,145,238); }
div.DivClassName
{
background-color: #8591EE;
}
.BgClassName
{
background-color: #8591EE;
}
</style>
border-color css
<style>
span { border-color: #8591EE; }
span { border-color: rgb(133,145,238); }
td.TdClassName
{
border-color: #8591EE;
}
.TagClassName
{
border-color: #8591EE;
}
</style>