Shades of Portage #879CEB
Tints of Portage #879CEB
RGB
CMYK
RGB Variations
Color information
#879CEB (or 0x879CEB) is known color: Portage. HEX triplet: 87, 9C and EB. RGB value is (135,156,235). Sum of RGB (Red+Green+Blue) = 135+156+235=526 (69% of max value = 765). Red value is 135 (53.12% from 255 or 25.67% from 526); Green value is 156 (61.33% from 255 or 29.66% from 526); Blue value is 235 (92.19% from 255 or 44.68% from 526); Max value from RGB is 235 - color contains mainly: blue. Hex color #879CEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #879CEB is #786314. Grayscale: #9E9E9E. Windows color (decimal): -7889685 or 15441031. OLE color: 15441031.
HSL color Cylindrical-coordinate representation of color #879CEB: hue angle of 227.4º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #879CEB is Cyan = 0.43, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 135 | 156 | 235 | - |
| CMYK | 0.43 | 0.34 | 0 | 0.08 |
| HSL | 227.4º | 0.71% | 0.73% | - |
| HSV(B) | 227.4º | 0.43% | 0.92% | - |
| XYZ | 36.88 | 34.93 | 83.4 | - |
| YUV | 158.73 | 171.04 | 111.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 156 | 235 | 0.43 | 0.34 | 0 | 0.08 | 227.4 | 0.71 | 0.73 |
| Hex | 87 | 9C | EB | 2B | 22 | 0 | 8 | E3 | 47 | 49 |
| Octal | 207 | 234 | 353 | 53 | 42 | 0 | 10 | 343 | 107 | 111 |
| Binary | 10000111 | 10011100 | 11101011 | 101011 | 100010 | 0 | 1000 | 11100011 | 1000111 | 1001001 |
Color Harmonies of #879CEB
Complementary color
Monochromatic Colors of #879CEB
Black with #879CEB
Text Example
Text Example
White with #879CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879CEB; }
p { color: rgb(135,156,235); }
H1.HeaderClassName
{
color: #879CEB;
}
.AnyTagClassName
{
color: #879CEB;
}
</style>
background-color css
<style>
a { background-color: #879CEB; }
a { background-color: rgb(135,156,235); }
div.DivClassName
{
background-color: #879CEB;
}
.BgClassName
{
background-color: #879CEB;
}
</style>
border-color css
<style>
span { border-color: #879CEB; }
span { border-color: rgb(135,156,235); }
td.TdClassName
{
border-color: #879CEB;
}
.TagClassName
{
border-color: #879CEB;
}
</style>