Shades of Portage #878FE2
Tints of Portage #878FE2
RGB
CMYK
RGB Variations
Color information
#878FE2 (or 0x878FE2) is known color: Portage. HEX triplet: 87, 8F and E2. RGB value is (135,143,226). Sum of RGB (Red+Green+Blue) = 135+143+226=504 (66% of max value = 765). Red value is 135 (53.12% from 255 or 26.79% from 504); Green value is 143 (56.25% from 255 or 28.37% from 504); Blue value is 226 (88.67% from 255 or 44.84% from 504); Max value from RGB is 226 - color contains mainly: blue. Hex color #878FE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #878FE2 is #78701D. Grayscale: #959595. Windows color (decimal): -7893022 or 14847879. OLE color: 14847879.
HSL color Cylindrical-coordinate representation of color #878FE2: hue angle of 234.73º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #878FE2 is Cyan = 0.40, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 135 | 143 | 226 | - |
| CMYK | 0.40 | 0.37 | 0 | 0.11 |
| HSL | 234.73º | 0.61% | 0.71% | - |
| HSV(B) | 234.73º | 0.4% | 0.89% | - |
| XYZ | 33.54 | 30.29 | 76.03 | - |
| YUV | 150.07 | 170.85 | 117.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 143 | 226 | 0.40 | 0.37 | 0 | 0.11 | 234.73 | 0.61 | 0.71 |
| Hex | 87 | 8F | E2 | 28 | 25 | 0 | B | EB | 3D | 47 |
| Octal | 207 | 217 | 342 | 50 | 45 | 0 | 13 | 353 | 75 | 107 |
| Binary | 10000111 | 10001111 | 11100010 | 101000 | 100101 | 0 | 1011 | 11101011 | 111101 | 1000111 |
Color Harmonies of #878FE2
Complementary color
Monochromatic Colors of #878FE2
Black with #878FE2
Text Example
Text Example
White with #878FE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878FE2; }
p { color: rgb(135,143,226); }
H1.HeaderClassName
{
color: #878FE2;
}
.AnyTagClassName
{
color: #878FE2;
}
</style>
background-color css
<style>
a { background-color: #878FE2; }
a { background-color: rgb(135,143,226); }
div.DivClassName
{
background-color: #878FE2;
}
.BgClassName
{
background-color: #878FE2;
}
</style>
border-color css
<style>
span { border-color: #878FE2; }
span { border-color: rgb(135,143,226); }
td.TdClassName
{
border-color: #878FE2;
}
.TagClassName
{
border-color: #878FE2;
}
</style>