Shades of Portage #879ACE
Tints of Portage #879ACE
RGB
CMYK
RGB Variations
Color information
#879ACE (or 0x879ACE) is known color: Portage. HEX triplet: 87, 9A and CE. RGB value is (135,154,206). Sum of RGB (Red+Green+Blue) = 135+154+206=495 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.27% from 495); Green value is 154 (60.55% from 255 or 31.11% from 495); Blue value is 206 (80.86% from 255 or 41.62% from 495); Max value from RGB is 206 - color contains mainly: blue. Hex color #879ACE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #879ACE is #786531. Grayscale: #9A9A9A. Windows color (decimal): -7890226 or 13539975. OLE color: 13539975.
HSL color Cylindrical-coordinate representation of color #879ACE: hue angle of 223.94º 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 #879ACE is Cyan = 0.34, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 135 | 154 | 206 | - |
| CMYK | 0.34 | 0.25 | 0 | 0.19 |
| HSL | 223.94º | 0.42% | 0.67% | - |
| HSV(B) | 223.94º | 0.34% | 0.81% | - |
| XYZ | 32.69 | 32.72 | 62.98 | - |
| YUV | 154.25 | 157.21 | 114.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 154 | 206 | 0.34 | 0.25 | 0 | 0.19 | 223.94 | 0.42 | 0.67 |
| Hex | 87 | 9A | CE | 22 | 19 | 0 | 13 | E0 | 2A | 43 |
| Octal | 207 | 232 | 316 | 42 | 31 | 0 | 23 | 340 | 52 | 103 |
| Binary | 10000111 | 10011010 | 11001110 | 100010 | 11001 | 0 | 10011 | 11100000 | 101010 | 1000011 |
Color Harmonies of #879ACE
Complementary color
Monochromatic Colors of #879ACE
Black with #879ACE
Text Example
Text Example
White with #879ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879ACE; }
p { color: rgb(135,154,206); }
H1.HeaderClassName
{
color: #879ACE;
}
.AnyTagClassName
{
color: #879ACE;
}
</style>
background-color css
<style>
a { background-color: #879ACE; }
a { background-color: rgb(135,154,206); }
div.DivClassName
{
background-color: #879ACE;
}
.BgClassName
{
background-color: #879ACE;
}
</style>
border-color css
<style>
span { border-color: #879ACE; }
span { border-color: rgb(135,154,206); }
td.TdClassName
{
border-color: #879ACE;
}
.TagClassName
{
border-color: #879ACE;
}
</style>