Shades of Portage #878CF0
Tints of Portage #878CF0
RGB
CMYK
RGB Variations
Color information
#878CF0 (or 0x878CF0) is known color: Portage. HEX triplet: 87, 8C and F0. RGB value is (135,140,240). Sum of RGB (Red+Green+Blue) = 135+140+240=515 (68% of max value = 765). Red value is 135 (53.12% from 255 or 26.21% from 515); Green value is 140 (55.08% from 255 or 27.18% from 515); Blue value is 240 (94.14% from 255 or 46.60% from 515); Max value from RGB is 240 - color contains mainly: blue. Hex color #878CF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #878CF0 is #78730F. Grayscale: #959595. Windows color (decimal): -7893776 or 15764615. OLE color: 15764615.
HSL color Cylindrical-coordinate representation of color #878CF0: hue angle of 237.14º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #878CF0 is Cyan = 0.44, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 135 | 140 | 240 | - |
| CMYK | 0.44 | 0.42 | 0 | 0.06 |
| HSL | 237.14º | 0.78% | 0.74% | - |
| HSV(B) | 237.14º | 0.44% | 0.94% | - |
| XYZ | 35.1 | 30.2 | 86.42 | - |
| YUV | 149.91 | 178.84 | 117.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 140 | 240 | 0.44 | 0.42 | 0 | 0.06 | 237.14 | 0.78 | 0.74 |
| Hex | 87 | 8C | F0 | 2C | 2A | 0 | 6 | ED | 4E | 4A |
| Octal | 207 | 214 | 360 | 54 | 52 | 0 | 6 | 355 | 116 | 112 |
| Binary | 10000111 | 10001100 | 11110000 | 101100 | 101010 | 0 | 110 | 11101101 | 1001110 | 1001010 |
Color Harmonies of #878CF0
Complementary color
Monochromatic Colors of #878CF0
Black with #878CF0
Text Example
Text Example
White with #878CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878CF0; }
p { color: rgb(135,140,240); }
H1.HeaderClassName
{
color: #878CF0;
}
.AnyTagClassName
{
color: #878CF0;
}
</style>
background-color css
<style>
a { background-color: #878CF0; }
a { background-color: rgb(135,140,240); }
div.DivClassName
{
background-color: #878CF0;
}
.BgClassName
{
background-color: #878CF0;
}
</style>
border-color css
<style>
span { border-color: #878CF0; }
span { border-color: rgb(135,140,240); }
td.TdClassName
{
border-color: #878CF0;
}
.TagClassName
{
border-color: #878CF0;
}
</style>