Shades of Portage #879ACC
Tints of Portage #879ACC
RGB
CMYK
RGB Variations
Color information
#879ACC (or 0x879ACC) is known color: Portage. HEX triplet: 87, 9A and CC. RGB value is (135,154,204). Sum of RGB (Red+Green+Blue) = 135+154+204=493 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.38% from 493); Green value is 154 (60.55% from 255 or 31.24% from 493); Blue value is 204 (80.08% from 255 or 41.38% from 493); Max value from RGB is 204 - color contains mainly: blue. Hex color #879ACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #879ACC is #786533. Grayscale: #999999. Windows color (decimal): -7890228 or 13408903. OLE color: 13408903.
HSL color Cylindrical-coordinate representation of color #879ACC: hue angle of 223.48º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #879ACC is Cyan = 0.34, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 135 | 154 | 204 | - |
| CMYK | 0.34 | 0.25 | 0 | 0.2 |
| HSL | 223.48º | 0.4% | 0.66% | - |
| HSV(B) | 223.48º | 0.34% | 0.8% | - |
| XYZ | 32.45 | 32.62 | 61.71 | - |
| YUV | 154.02 | 156.21 | 114.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 154 | 204 | 0.34 | 0.25 | 0 | 0.2 | 223.48 | 0.4 | 0.66 |
| Hex | 87 | 9A | CC | 22 | 19 | 0 | 14 | DF | 28 | 42 |
| Octal | 207 | 232 | 314 | 42 | 31 | 0 | 24 | 337 | 50 | 102 |
| Binary | 10000111 | 10011010 | 11001100 | 100010 | 11001 | 0 | 10100 | 11011111 | 101000 | 1000010 |
Color Harmonies of #879ACC
Complementary color
Monochromatic Colors of #879ACC
Black with #879ACC
Text Example
Text Example
White with #879ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879ACC; }
p { color: rgb(135,154,204); }
H1.HeaderClassName
{
color: #879ACC;
}
.AnyTagClassName
{
color: #879ACC;
}
</style>
background-color css
<style>
a { background-color: #879ACC; }
a { background-color: rgb(135,154,204); }
div.DivClassName
{
background-color: #879ACC;
}
.BgClassName
{
background-color: #879ACC;
}
</style>
border-color css
<style>
span { border-color: #879ACC; }
span { border-color: rgb(135,154,204); }
td.TdClassName
{
border-color: #879ACC;
}
.TagClassName
{
border-color: #879ACC;
}
</style>