Shades of Portage #878DF2
Tints of Portage #878DF2
RGB
CMYK
RGB Variations
Color information
#878DF2 (or 0x878DF2) is known color: Portage. HEX triplet: 87, 8D and F2. RGB value is (135,141,242). Sum of RGB (Red+Green+Blue) = 135+141+242=518 (68% of max value = 765). Red value is 135 (53.12% from 255 or 26.06% from 518); Green value is 141 (55.47% from 255 or 27.22% from 518); Blue value is 242 (94.92% from 255 or 46.72% from 518); Max value from RGB is 242 - color contains mainly: blue. Hex color #878DF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #878DF2 is #78720D. Grayscale: #969696. Windows color (decimal): -7893518 or 15895943. OLE color: 15895943.
HSL color Cylindrical-coordinate representation of color #878DF2: hue angle of 236.64º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #878DF2 is Cyan = 0.44, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 135 | 141 | 242 | - |
| CMYK | 0.44 | 0.42 | 0 | 0.05 |
| HSL | 236.64º | 0.8% | 0.74% | - |
| HSV(B) | 236.64º | 0.44% | 0.95% | - |
| XYZ | 35.54 | 30.61 | 88.04 | - |
| YUV | 150.72 | 179.51 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 141 | 242 | 0.44 | 0.42 | 0 | 0.05 | 236.64 | 0.8 | 0.74 |
| Hex | 87 | 8D | F2 | 2C | 2A | 0 | 5 | ED | 50 | 4A |
| Octal | 207 | 215 | 362 | 54 | 52 | 0 | 5 | 355 | 120 | 112 |
| Binary | 10000111 | 10001101 | 11110010 | 101100 | 101010 | 0 | 101 | 11101101 | 1010000 | 1001010 |
Color Harmonies of #878DF2
Complementary color
Monochromatic Colors of #878DF2
Black with #878DF2
Text Example
Text Example
White with #878DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878DF2; }
p { color: rgb(135,141,242); }
H1.HeaderClassName
{
color: #878DF2;
}
.AnyTagClassName
{
color: #878DF2;
}
</style>
background-color css
<style>
a { background-color: #878DF2; }
a { background-color: rgb(135,141,242); }
div.DivClassName
{
background-color: #878DF2;
}
.BgClassName
{
background-color: #878DF2;
}
</style>
border-color css
<style>
span { border-color: #878DF2; }
span { border-color: rgb(135,141,242); }
td.TdClassName
{
border-color: #878DF2;
}
.TagClassName
{
border-color: #878DF2;
}
</style>