Shades of Portage #878ACE
Tints of Portage #878ACE
RGB
CMYK
RGB Variations
Color information
#878ACE (or 0x878ACE) is known color: Portage. HEX triplet: 87, 8A and CE. RGB value is (135,138,206). Sum of RGB (Red+Green+Blue) = 135+138+206=479 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.18% from 479); Green value is 138 (54.30% from 255 or 28.81% from 479); Blue value is 206 (80.86% from 255 or 43.01% from 479); Max value from RGB is 206 - color contains mainly: blue. Hex color #878ACE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #878ACE is #787531. Grayscale: #909090. Windows color (decimal): -7894322 or 13535879. OLE color: 13535879.
HSL color Cylindrical-coordinate representation of color #878ACE: hue angle of 237.46º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #878ACE is Cyan = 0.34, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 135 | 138 | 206 | - |
| CMYK | 0.34 | 0.33 | 0 | 0.19 |
| HSL | 237.46º | 0.42% | 0.67% | - |
| HSV(B) | 237.46º | 0.34% | 0.81% | - |
| XYZ | 30.22 | 27.78 | 62.16 | - |
| YUV | 144.86 | 162.51 | 120.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 138 | 206 | 0.34 | 0.33 | 0 | 0.19 | 237.46 | 0.42 | 0.67 |
| Hex | 87 | 8A | CE | 22 | 21 | 0 | 13 | ED | 2A | 43 |
| Octal | 207 | 212 | 316 | 42 | 41 | 0 | 23 | 355 | 52 | 103 |
| Binary | 10000111 | 10001010 | 11001110 | 100010 | 100001 | 0 | 10011 | 11101101 | 101010 | 1000011 |
Color Harmonies of #878ACE
Complementary color
Monochromatic Colors of #878ACE
Black with #878ACE
Text Example
Text Example
White with #878ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878ACE; }
p { color: rgb(135,138,206); }
H1.HeaderClassName
{
color: #878ACE;
}
.AnyTagClassName
{
color: #878ACE;
}
</style>
background-color css
<style>
a { background-color: #878ACE; }
a { background-color: rgb(135,138,206); }
div.DivClassName
{
background-color: #878ACE;
}
.BgClassName
{
background-color: #878ACE;
}
</style>
border-color css
<style>
span { border-color: #878ACE; }
span { border-color: rgb(135,138,206); }
td.TdClassName
{
border-color: #878ACE;
}
.TagClassName
{
border-color: #878ACE;
}
</style>