Shades of Portage #879BEC
Tints of Portage #879BEC
RGB
CMYK
RGB Variations
Color information
#879BEC (or 0x879BEC) is known color: Portage. HEX triplet: 87, 9B and EC. RGB value is (135,155,236). Sum of RGB (Red+Green+Blue) = 135+155+236=526 (69% of max value = 765). Red value is 135 (53.12% from 255 or 25.67% from 526); Green value is 155 (60.94% from 255 or 29.47% from 526); Blue value is 236 (92.58% from 255 or 44.87% from 526); Max value from RGB is 236 - color contains mainly: blue. Hex color #879BEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #879BEC is #786413. Grayscale: #9D9D9D. Windows color (decimal): -7889940 or 15506311. OLE color: 15506311.
HSL color Cylindrical-coordinate representation of color #879BEC: hue angle of 228.12º degrees, saturation: 0.73, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #879BEC is Cyan = 0.43, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 135 | 155 | 236 | - |
| CMYK | 0.43 | 0.34 | 0 | 0.07 |
| HSL | 228.12º | 0.73% | 0.73% | - |
| HSV(B) | 228.12º | 0.43% | 0.93% | - |
| XYZ | 36.85 | 34.65 | 84.1 | - |
| YUV | 158.25 | 171.87 | 111.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 155 | 236 | 0.43 | 0.34 | 0 | 0.07 | 228.12 | 0.73 | 0.73 |
| Hex | 87 | 9B | EC | 2B | 22 | 0 | 7 | E4 | 49 | 49 |
| Octal | 207 | 233 | 354 | 53 | 42 | 0 | 7 | 344 | 111 | 111 |
| Binary | 10000111 | 10011011 | 11101100 | 101011 | 100010 | 0 | 111 | 11100100 | 1001001 | 1001001 |
Color Harmonies of #879BEC
Complementary color
Monochromatic Colors of #879BEC
Black with #879BEC
Text Example
Text Example
White with #879BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879BEC; }
p { color: rgb(135,155,236); }
H1.HeaderClassName
{
color: #879BEC;
}
.AnyTagClassName
{
color: #879BEC;
}
</style>
background-color css
<style>
a { background-color: #879BEC; }
a { background-color: rgb(135,155,236); }
div.DivClassName
{
background-color: #879BEC;
}
.BgClassName
{
background-color: #879BEC;
}
</style>
border-color css
<style>
span { border-color: #879BEC; }
span { border-color: rgb(135,155,236); }
td.TdClassName
{
border-color: #879BEC;
}
.TagClassName
{
border-color: #879BEC;
}
</style>