Shades of Portage #878CCD
Tints of Portage #878CCD
RGB
CMYK
RGB Variations
Color information
#878CCD (or 0x878CCD) is known color: Portage. HEX triplet: 87, 8C and CD. RGB value is (135,140,205). Sum of RGB (Red+Green+Blue) = 135+140+205=480 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.12% from 480); Green value is 140 (55.08% from 255 or 29.17% from 480); Blue value is 205 (80.47% from 255 or 42.71% from 480); Max value from RGB is 205 - color contains mainly: blue. Hex color #878CCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #878CCD is #787332. Grayscale: #919191. Windows color (decimal): -7893811 or 13470855. OLE color: 13470855.
HSL color Cylindrical-coordinate representation of color #878CCD: hue angle of 235.71º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #878CCD is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 135 | 140 | 205 | - |
| CMYK | 0.34 | 0.32 | 0 | 0.20 |
| HSL | 235.71º | 0.41% | 0.67% | - |
| HSV(B) | 235.71º | 0.34% | 0.8% | - |
| XYZ | 30.39 | 28.31 | 61.62 | - |
| YUV | 145.92 | 161.34 | 120.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 140 | 205 | 0.34 | 0.32 | 0 | 0.20 | 235.71 | 0.41 | 0.67 |
| Hex | 87 | 8C | CD | 22 | 20 | 0 | 14 | EC | 29 | 43 |
| Octal | 207 | 214 | 315 | 42 | 40 | 0 | 24 | 354 | 51 | 103 |
| Binary | 10000111 | 10001100 | 11001101 | 100010 | 100000 | 0 | 10100 | 11101100 | 101001 | 1000011 |
Color Harmonies of #878CCD
Complementary color
Monochromatic Colors of #878CCD
Black with #878CCD
Text Example
Text Example
White with #878CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878CCD; }
p { color: rgb(135,140,205); }
H1.HeaderClassName
{
color: #878CCD;
}
.AnyTagClassName
{
color: #878CCD;
}
</style>
background-color css
<style>
a { background-color: #878CCD; }
a { background-color: rgb(135,140,205); }
div.DivClassName
{
background-color: #878CCD;
}
.BgClassName
{
background-color: #878CCD;
}
</style>
border-color css
<style>
span { border-color: #878CCD; }
span { border-color: rgb(135,140,205); }
td.TdClassName
{
border-color: #878CCD;
}
.TagClassName
{
border-color: #878CCD;
}
</style>