Shades of Portage #878AEF
Tints of Portage #878AEF
RGB
CMYK
RGB Variations
Color information
#878AEF (or 0x878AEF) is known color: Portage. HEX triplet: 87, 8A and EF. RGB value is (135,138,239). Sum of RGB (Red+Green+Blue) = 135+138+239=512 (67% of max value = 765). Red value is 135 (53.12% from 255 or 26.37% from 512); Green value is 138 (54.30% from 255 or 26.95% from 512); Blue value is 239 (93.75% from 255 or 46.68% from 512); Max value from RGB is 239 - color contains mainly: blue. Hex color #878AEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #878AEF is #787510. Grayscale: #949494. Windows color (decimal): -7894289 or 15698567. OLE color: 15698567.
HSL color Cylindrical-coordinate representation of color #878AEF: hue angle of 238.27º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #878AEF is Cyan = 0.44, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 135 | 138 | 239 | - |
| CMYK | 0.44 | 0.42 | 0 | 0.06 |
| HSL | 238.27º | 0.76% | 0.73% | - |
| HSV(B) | 238.27º | 0.44% | 0.94% | - |
| XYZ | 34.66 | 29.56 | 85.54 | - |
| YUV | 148.62 | 179.01 | 118.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 138 | 239 | 0.44 | 0.42 | 0 | 0.06 | 238.27 | 0.76 | 0.73 |
| Hex | 87 | 8A | EF | 2C | 2A | 0 | 6 | EE | 4C | 49 |
| Octal | 207 | 212 | 357 | 54 | 52 | 0 | 6 | 356 | 114 | 111 |
| Binary | 10000111 | 10001010 | 11101111 | 101100 | 101010 | 0 | 110 | 11101110 | 1001100 | 1001001 |
Color Harmonies of #878AEF
Complementary color
Monochromatic Colors of #878AEF
Black with #878AEF
Text Example
Text Example
White with #878AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878AEF; }
p { color: rgb(135,138,239); }
H1.HeaderClassName
{
color: #878AEF;
}
.AnyTagClassName
{
color: #878AEF;
}
</style>
background-color css
<style>
a { background-color: #878AEF; }
a { background-color: rgb(135,138,239); }
div.DivClassName
{
background-color: #878AEF;
}
.BgClassName
{
background-color: #878AEF;
}
</style>
border-color css
<style>
span { border-color: #878AEF; }
span { border-color: rgb(135,138,239); }
td.TdClassName
{
border-color: #878AEF;
}
.TagClassName
{
border-color: #878AEF;
}
</style>