Shades of Portage #878ADF
Tints of Portage #878ADF
RGB
CMYK
RGB Variations
Color information
#878ADF (or 0x878ADF) is known color: Portage. HEX triplet: 87, 8A and DF. RGB value is (135,138,223). Sum of RGB (Red+Green+Blue) = 135+138+223=496 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.22% from 496); Green value is 138 (54.30% from 255 or 27.82% from 496); Blue value is 223 (87.5% from 255 or 44.96% from 496); Max value from RGB is 223 - color contains mainly: blue. Hex color #878ADF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #878ADF is #787520. Grayscale: #929292. Windows color (decimal): -7894305 or 14649991. OLE color: 14649991.
HSL color Cylindrical-coordinate representation of color #878ADF: hue angle of 237.95º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #878ADF is Cyan = 0.39, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 135 | 138 | 223 | - |
| CMYK | 0.39 | 0.38 | 0 | 0.13 |
| HSL | 237.95º | 0.58% | 0.7% | - |
| HSV(B) | 237.95º | 0.39% | 0.87% | - |
| XYZ | 32.4 | 28.66 | 73.64 | - |
| YUV | 146.79 | 171.01 | 119.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 138 | 223 | 0.39 | 0.38 | 0 | 0.13 | 237.95 | 0.58 | 0.7 |
| Hex | 87 | 8A | DF | 27 | 26 | 0 | D | EE | 3A | 46 |
| Octal | 207 | 212 | 337 | 47 | 46 | 0 | 15 | 356 | 72 | 106 |
| Binary | 10000111 | 10001010 | 11011111 | 100111 | 100110 | 0 | 1101 | 11101110 | 111010 | 1000110 |
Color Harmonies of #878ADF
Complementary color
Monochromatic Colors of #878ADF
Black with #878ADF
Text Example
Text Example
White with #878ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878ADF; }
p { color: rgb(135,138,223); }
H1.HeaderClassName
{
color: #878ADF;
}
.AnyTagClassName
{
color: #878ADF;
}
</style>
background-color css
<style>
a { background-color: #878ADF; }
a { background-color: rgb(135,138,223); }
div.DivClassName
{
background-color: #878ADF;
}
.BgClassName
{
background-color: #878ADF;
}
</style>
border-color css
<style>
span { border-color: #878ADF; }
span { border-color: rgb(135,138,223); }
td.TdClassName
{
border-color: #878ADF;
}
.TagClassName
{
border-color: #878ADF;
}
</style>