Shades of Portage #879ACD
Tints of Portage #879ACD
RGB
CMYK
RGB Variations
Color information
#879ACD (or 0x879ACD) is known color: Portage. HEX triplet: 87, 9A and CD. RGB value is (135,154,205). Sum of RGB (Red+Green+Blue) = 135+154+205=494 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.33% from 494); Green value is 154 (60.55% from 255 or 31.17% from 494); Blue value is 205 (80.47% from 255 or 41.50% from 494); Max value from RGB is 205 - color contains mainly: blue. Hex color #879ACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #879ACD is #786532. Grayscale: #999999. Windows color (decimal): -7890227 or 13474439. OLE color: 13474439.
HSL color Cylindrical-coordinate representation of color #879ACD: hue angle of 223.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 #879ACD is Cyan = 0.34, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 135 | 154 | 205 | - |
| CMYK | 0.34 | 0.25 | 0 | 0.20 |
| HSL | 223.71º | 0.41% | 0.67% | - |
| HSV(B) | 223.71º | 0.34% | 0.8% | - |
| XYZ | 32.57 | 32.67 | 62.35 | - |
| YUV | 154.13 | 156.71 | 114.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 154 | 205 | 0.34 | 0.25 | 0 | 0.20 | 223.71 | 0.41 | 0.67 |
| Hex | 87 | 9A | CD | 22 | 19 | 0 | 14 | E0 | 29 | 43 |
| Octal | 207 | 232 | 315 | 42 | 31 | 0 | 24 | 340 | 51 | 103 |
| Binary | 10000111 | 10011010 | 11001101 | 100010 | 11001 | 0 | 10100 | 11100000 | 101001 | 1000011 |
Color Harmonies of #879ACD
Complementary color
Monochromatic Colors of #879ACD
Black with #879ACD
Text Example
Text Example
White with #879ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879ACD; }
p { color: rgb(135,154,205); }
H1.HeaderClassName
{
color: #879ACD;
}
.AnyTagClassName
{
color: #879ACD;
}
</style>
background-color css
<style>
a { background-color: #879ACD; }
a { background-color: rgb(135,154,205); }
div.DivClassName
{
background-color: #879ACD;
}
.BgClassName
{
background-color: #879ACD;
}
</style>
border-color css
<style>
span { border-color: #879ACD; }
span { border-color: rgb(135,154,205); }
td.TdClassName
{
border-color: #879ACD;
}
.TagClassName
{
border-color: #879ACD;
}
</style>