Shades of Portage #878AEE
Tints of Portage #878AEE
RGB
CMYK
RGB Variations
Color information
#878AEE (or 0x878AEE) is known color: Portage. HEX triplet: 87, 8A and EE. RGB value is (135,138,238). Sum of RGB (Red+Green+Blue) = 135+138+238=511 (67% of max value = 765). Red value is 135 (53.12% from 255 or 26.42% from 511); Green value is 138 (54.30% from 255 or 27.01% from 511); Blue value is 238 (93.36% from 255 or 46.58% from 511); Max value from RGB is 238 - color contains mainly: blue. Hex color #878AEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #878AEE is #787511. Grayscale: #949494. Windows color (decimal): -7894290 or 15633031. OLE color: 15633031.
HSL color Cylindrical-coordinate representation of color #878AEE: hue angle of 238.25º 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 #878AEE is Cyan = 0.43, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 135 | 138 | 238 | - |
| CMYK | 0.43 | 0.42 | 0 | 0.07 |
| HSL | 238.25º | 0.75% | 0.73% | - |
| HSV(B) | 238.25º | 0.43% | 0.93% | - |
| XYZ | 34.51 | 29.5 | 84.76 | - |
| YUV | 148.5 | 178.51 | 118.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 138 | 238 | 0.43 | 0.42 | 0 | 0.07 | 238.25 | 0.75 | 0.73 |
| Hex | 87 | 8A | EE | 2B | 2A | 0 | 7 | EE | 4B | 49 |
| Octal | 207 | 212 | 356 | 53 | 52 | 0 | 7 | 356 | 113 | 111 |
| Binary | 10000111 | 10001010 | 11101110 | 101011 | 101010 | 0 | 111 | 11101110 | 1001011 | 1001001 |
Color Harmonies of #878AEE
Complementary color
Monochromatic Colors of #878AEE
Black with #878AEE
Text Example
Text Example
White with #878AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878AEE; }
p { color: rgb(135,138,238); }
H1.HeaderClassName
{
color: #878AEE;
}
.AnyTagClassName
{
color: #878AEE;
}
</style>
background-color css
<style>
a { background-color: #878AEE; }
a { background-color: rgb(135,138,238); }
div.DivClassName
{
background-color: #878AEE;
}
.BgClassName
{
background-color: #878AEE;
}
</style>
border-color css
<style>
span { border-color: #878AEE; }
span { border-color: rgb(135,138,238); }
td.TdClassName
{
border-color: #878AEE;
}
.TagClassName
{
border-color: #878AEE;
}
</style>