Shades of Portage #878ACF
Tints of Portage #878ACF
RGB
CMYK
RGB Variations
Color information
#878ACF (or 0x878ACF) is known color: Portage. HEX triplet: 87, 8A and CF. RGB value is (135,138,207). Sum of RGB (Red+Green+Blue) = 135+138+207=480 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.12% from 480); Green value is 138 (54.30% from 255 or 28.75% from 480); Blue value is 207 (81.25% from 255 or 43.12% from 480); Max value from RGB is 207 - color contains mainly: blue. Hex color #878ACF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #878ACF is #787530. Grayscale: #909090. Windows color (decimal): -7894321 or 13601415. OLE color: 13601415.
HSL color Cylindrical-coordinate representation of color #878ACF: hue angle of 237.5º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #878ACF is Cyan = 0.35, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 135 | 138 | 207 | - |
| CMYK | 0.35 | 0.33 | 0 | 0.19 |
| HSL | 237.5º | 0.43% | 0.67% | - |
| HSV(B) | 237.5º | 0.35% | 0.81% | - |
| XYZ | 30.34 | 27.83 | 62.8 | - |
| YUV | 144.97 | 163.01 | 120.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 138 | 207 | 0.35 | 0.33 | 0 | 0.19 | 237.5 | 0.43 | 0.67 |
| Hex | 87 | 8A | CF | 23 | 21 | 0 | 13 | EE | 2B | 43 |
| Octal | 207 | 212 | 317 | 43 | 41 | 0 | 23 | 356 | 53 | 103 |
| Binary | 10000111 | 10001010 | 11001111 | 100011 | 100001 | 0 | 10011 | 11101110 | 101011 | 1000011 |
Color Harmonies of #878ACF
Complementary color
Monochromatic Colors of #878ACF
Black with #878ACF
Text Example
Text Example
White with #878ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878ACF; }
p { color: rgb(135,138,207); }
H1.HeaderClassName
{
color: #878ACF;
}
.AnyTagClassName
{
color: #878ACF;
}
</style>
background-color css
<style>
a { background-color: #878ACF; }
a { background-color: rgb(135,138,207); }
div.DivClassName
{
background-color: #878ACF;
}
.BgClassName
{
background-color: #878ACF;
}
</style>
border-color css
<style>
span { border-color: #878ACF; }
span { border-color: rgb(135,138,207); }
td.TdClassName
{
border-color: #878ACF;
}
.TagClassName
{
border-color: #878ACF;
}
</style>