Shades of Portage #878CF1
Tints of Portage #878CF1
RGB
CMYK
RGB Variations
Color information
#878CF1 (or 0x878CF1) is known color: Portage. HEX triplet: 87, 8C and F1. RGB value is (135,140,241). Sum of RGB (Red+Green+Blue) = 135+140+241=516 (68% of max value = 765). Red value is 135 (53.12% from 255 or 26.16% from 516); Green value is 140 (55.08% from 255 or 27.13% from 516); Blue value is 241 (94.53% from 255 or 46.71% from 516); Max value from RGB is 241 - color contains mainly: blue. Hex color #878CF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #878CF1 is #78730E. Grayscale: #959595. Windows color (decimal): -7893775 or 15830151. OLE color: 15830151.
HSL color Cylindrical-coordinate representation of color #878CF1: hue angle of 237.17º degrees, saturation: 0.79, 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 #878CF1 is Cyan = 0.44, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 135 | 140 | 241 | - |
| CMYK | 0.44 | 0.42 | 0 | 0.05 |
| HSL | 237.17º | 0.79% | 0.74% | - |
| HSV(B) | 237.17º | 0.44% | 0.95% | - |
| XYZ | 35.25 | 30.26 | 87.2 | - |
| YUV | 150.02 | 179.34 | 117.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 140 | 241 | 0.44 | 0.42 | 0 | 0.05 | 237.17 | 0.79 | 0.74 |
| Hex | 87 | 8C | F1 | 2C | 2A | 0 | 5 | ED | 4F | 4A |
| Octal | 207 | 214 | 361 | 54 | 52 | 0 | 5 | 355 | 117 | 112 |
| Binary | 10000111 | 10001100 | 11110001 | 101100 | 101010 | 0 | 101 | 11101101 | 1001111 | 1001010 |
Color Harmonies of #878CF1
Complementary color
Monochromatic Colors of #878CF1
Black with #878CF1
Text Example
Text Example
White with #878CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878CF1; }
p { color: rgb(135,140,241); }
H1.HeaderClassName
{
color: #878CF1;
}
.AnyTagClassName
{
color: #878CF1;
}
</style>
background-color css
<style>
a { background-color: #878CF1; }
a { background-color: rgb(135,140,241); }
div.DivClassName
{
background-color: #878CF1;
}
.BgClassName
{
background-color: #878CF1;
}
</style>
border-color css
<style>
span { border-color: #878CF1; }
span { border-color: rgb(135,140,241); }
td.TdClassName
{
border-color: #878CF1;
}
.TagClassName
{
border-color: #878CF1;
}
</style>