Shades of Portage #879CCE
Tints of Portage #879CCE
RGB
CMYK
RGB Variations
Color information
#879CCE (or 0x879CCE) is known color: Portage. HEX triplet: 87, 9C and CE. RGB value is (135,156,206). Sum of RGB (Red+Green+Blue) = 135+156+206=497 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.16% from 497); Green value is 156 (61.33% from 255 or 31.39% from 497); Blue value is 206 (80.86% from 255 or 41.45% from 497); Max value from RGB is 206 - color contains mainly: blue. Hex color #879CCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #879CCE is #786331. Grayscale: #9B9B9B. Windows color (decimal): -7889714 or 13540487. OLE color: 13540487.
HSL color Cylindrical-coordinate representation of color #879CCE: hue angle of 222.25º 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 #879CCE is Cyan = 0.34, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 135 | 156 | 206 | - |
| CMYK | 0.34 | 0.24 | 0 | 0.19 |
| HSL | 222.25º | 0.42% | 0.67% | - |
| HSV(B) | 222.25º | 0.34% | 0.81% | - |
| XYZ | 33.02 | 33.38 | 63.1 | - |
| YUV | 155.42 | 156.54 | 113.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 156 | 206 | 0.34 | 0.24 | 0 | 0.19 | 222.25 | 0.42 | 0.67 |
| Hex | 87 | 9C | CE | 22 | 18 | 0 | 13 | DE | 2A | 43 |
| Octal | 207 | 234 | 316 | 42 | 30 | 0 | 23 | 336 | 52 | 103 |
| Binary | 10000111 | 10011100 | 11001110 | 100010 | 11000 | 0 | 10011 | 11011110 | 101010 | 1000011 |
Color Harmonies of #879CCE
Complementary color
Monochromatic Colors of #879CCE
Black with #879CCE
Text Example
Text Example
White with #879CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879CCE; }
p { color: rgb(135,156,206); }
H1.HeaderClassName
{
color: #879CCE;
}
.AnyTagClassName
{
color: #879CCE;
}
</style>
background-color css
<style>
a { background-color: #879CCE; }
a { background-color: rgb(135,156,206); }
div.DivClassName
{
background-color: #879CCE;
}
.BgClassName
{
background-color: #879CCE;
}
</style>
border-color css
<style>
span { border-color: #879CCE; }
span { border-color: rgb(135,156,206); }
td.TdClassName
{
border-color: #879CCE;
}
.TagClassName
{
border-color: #879CCE;
}
</style>