Shades of Portage #8791EE
Tints of Portage #8791EE
RGB
CMYK
RGB Variations
Color information
#8791EE (or 0x8791EE) is known color: Portage. HEX triplet: 87, 91 and EE. RGB value is (135,145,238). Sum of RGB (Red+Green+Blue) = 135+145+238=518 (68% of max value = 765). Red value is 135 (53.12% from 255 or 26.06% from 518); Green value is 145 (57.03% from 255 or 27.99% from 518); Blue value is 238 (93.36% from 255 or 45.95% from 518); Max value from RGB is 238 - color contains mainly: blue. Hex color #8791EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8791EE is #786E11. Grayscale: #989898. Windows color (decimal): -7892498 or 15634823. OLE color: 15634823.
HSL color Cylindrical-coordinate representation of color #8791EE: hue angle of 234.17º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8791EE is Cyan = 0.43, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 135 | 145 | 238 | - |
| CMYK | 0.43 | 0.39 | 0 | 0.07 |
| HSL | 234.17º | 0.75% | 0.73% | - |
| HSV(B) | 234.17º | 0.43% | 0.93% | - |
| XYZ | 35.55 | 31.57 | 85.11 | - |
| YUV | 152.61 | 176.19 | 115.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 145 | 238 | 0.43 | 0.39 | 0 | 0.07 | 234.17 | 0.75 | 0.73 |
| Hex | 87 | 91 | EE | 2B | 27 | 0 | 7 | EA | 4B | 49 |
| Octal | 207 | 221 | 356 | 53 | 47 | 0 | 7 | 352 | 113 | 111 |
| Binary | 10000111 | 10010001 | 11101110 | 101011 | 100111 | 0 | 111 | 11101010 | 1001011 | 1001001 |
Color Harmonies of #8791EE
Complementary color
Monochromatic Colors of #8791EE
Black with #8791EE
Text Example
Text Example
White with #8791EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8791EE; }
p { color: rgb(135,145,238); }
H1.HeaderClassName
{
color: #8791EE;
}
.AnyTagClassName
{
color: #8791EE;
}
</style>
background-color css
<style>
a { background-color: #8791EE; }
a { background-color: rgb(135,145,238); }
div.DivClassName
{
background-color: #8791EE;
}
.BgClassName
{
background-color: #8791EE;
}
</style>
border-color css
<style>
span { border-color: #8791EE; }
span { border-color: rgb(135,145,238); }
td.TdClassName
{
border-color: #8791EE;
}
.TagClassName
{
border-color: #8791EE;
}
</style>