Shades of Portage #878FE3
Tints of Portage #878FE3
RGB
CMYK
RGB Variations
Color information
#878FE3 (or 0x878FE3) is known color: Portage. HEX triplet: 87, 8F and E3. RGB value is (135,143,227). Sum of RGB (Red+Green+Blue) = 135+143+227=505 (66% of max value = 765). Red value is 135 (53.12% from 255 or 26.73% from 505); Green value is 143 (56.25% from 255 or 28.32% from 505); Blue value is 227 (89.06% from 255 or 44.95% from 505); Max value from RGB is 227 - color contains mainly: blue. Hex color #878FE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #878FE3 is #78701C. Grayscale: #959595. Windows color (decimal): -7893021 or 14913415. OLE color: 14913415.
HSL color Cylindrical-coordinate representation of color #878FE3: hue angle of 234.78º degrees, saturation: 0.62, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #878FE3 is Cyan = 0.41, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 135 | 143 | 227 | - |
| CMYK | 0.41 | 0.37 | 0 | 0.11 |
| HSL | 234.78º | 0.62% | 0.71% | - |
| HSV(B) | 234.78º | 0.41% | 0.89% | - |
| XYZ | 33.68 | 30.34 | 76.75 | - |
| YUV | 150.18 | 171.35 | 117.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 143 | 227 | 0.41 | 0.37 | 0 | 0.11 | 234.78 | 0.62 | 0.71 |
| Hex | 87 | 8F | E3 | 29 | 25 | 0 | B | EB | 3E | 47 |
| Octal | 207 | 217 | 343 | 51 | 45 | 0 | 13 | 353 | 76 | 107 |
| Binary | 10000111 | 10001111 | 11100011 | 101001 | 100101 | 0 | 1011 | 11101011 | 111110 | 1000111 |
Color Harmonies of #878FE3
Complementary color
Monochromatic Colors of #878FE3
Black with #878FE3
Text Example
Text Example
White with #878FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878FE3; }
p { color: rgb(135,143,227); }
H1.HeaderClassName
{
color: #878FE3;
}
.AnyTagClassName
{
color: #878FE3;
}
</style>
background-color css
<style>
a { background-color: #878FE3; }
a { background-color: rgb(135,143,227); }
div.DivClassName
{
background-color: #878FE3;
}
.BgClassName
{
background-color: #878FE3;
}
</style>
border-color css
<style>
span { border-color: #878FE3; }
span { border-color: rgb(135,143,227); }
td.TdClassName
{
border-color: #878FE3;
}
.TagClassName
{
border-color: #878FE3;
}
</style>