Shades of Portage #878FED
Tints of Portage #878FED
RGB
CMYK
RGB Variations
Color information
#878FED (or 0x878FED) is known color: Portage. HEX triplet: 87, 8F and ED. RGB value is (135,143,237). Sum of RGB (Red+Green+Blue) = 135+143+237=515 (68% of max value = 765). Red value is 135 (53.12% from 255 or 26.21% from 515); Green value is 143 (56.25% from 255 or 27.77% from 515); Blue value is 237 (92.97% from 255 or 46.02% from 515); Max value from RGB is 237 - color contains mainly: blue. Hex color #878FED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #878FED is #787012. Grayscale: #969696. Windows color (decimal): -7893011 or 15568775. OLE color: 15568775.
HSL color Cylindrical-coordinate representation of color #878FED: hue angle of 235.29º degrees, saturation: 0.74, 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 #878FED is Cyan = 0.43, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 135 | 143 | 237 | - |
| CMYK | 0.43 | 0.40 | 0 | 0.07 |
| HSL | 235.29º | 0.74% | 0.73% | - |
| HSV(B) | 235.29º | 0.43% | 0.93% | - |
| XYZ | 35.1 | 30.91 | 84.24 | - |
| YUV | 151.32 | 176.35 | 116.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 143 | 237 | 0.43 | 0.40 | 0 | 0.07 | 235.29 | 0.74 | 0.73 |
| Hex | 87 | 8F | ED | 2B | 28 | 0 | 7 | EB | 4A | 49 |
| Octal | 207 | 217 | 355 | 53 | 50 | 0 | 7 | 353 | 112 | 111 |
| Binary | 10000111 | 10001111 | 11101101 | 101011 | 101000 | 0 | 111 | 11101011 | 1001010 | 1001001 |
Color Harmonies of #878FED
Complementary color
Monochromatic Colors of #878FED
Black with #878FED
Text Example
Text Example
White with #878FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878FED; }
p { color: rgb(135,143,237); }
H1.HeaderClassName
{
color: #878FED;
}
.AnyTagClassName
{
color: #878FED;
}
</style>
background-color css
<style>
a { background-color: #878FED; }
a { background-color: rgb(135,143,237); }
div.DivClassName
{
background-color: #878FED;
}
.BgClassName
{
background-color: #878FED;
}
</style>
border-color css
<style>
span { border-color: #878FED; }
span { border-color: rgb(135,143,237); }
td.TdClassName
{
border-color: #878FED;
}
.TagClassName
{
border-color: #878FED;
}
</style>