Shades of Portage #879CEE
Tints of Portage #879CEE
RGB
CMYK
RGB Variations
Color information
#879CEE (or 0x879CEE) is known color: Portage. HEX triplet: 87, 9C and EE. RGB value is (135,156,238). Sum of RGB (Red+Green+Blue) = 135+156+238=529 (70% of max value = 765). Red value is 135 (53.12% from 255 or 25.52% from 529); Green value is 156 (61.33% from 255 or 29.49% from 529); Blue value is 238 (93.36% from 255 or 44.99% from 529); Max value from RGB is 238 - color contains mainly: blue. Hex color #879CEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #879CEE is #786311. Grayscale: #9E9E9E. Windows color (decimal): -7889682 or 15637639. OLE color: 15637639.
HSL color Cylindrical-coordinate representation of color #879CEE: hue angle of 227.77º degrees, saturation: 0.75, 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 #879CEE is Cyan = 0.43, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 135 | 156 | 238 | - |
| CMYK | 0.43 | 0.34 | 0 | 0.07 |
| HSL | 227.77º | 0.75% | 0.73% | - |
| HSV(B) | 227.77º | 0.43% | 0.93% | - |
| XYZ | 37.31 | 35.1 | 85.7 | - |
| YUV | 159.07 | 172.54 | 110.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 156 | 238 | 0.43 | 0.34 | 0 | 0.07 | 227.77 | 0.75 | 0.73 |
| Hex | 87 | 9C | EE | 2B | 22 | 0 | 7 | E4 | 4B | 49 |
| Octal | 207 | 234 | 356 | 53 | 42 | 0 | 7 | 344 | 113 | 111 |
| Binary | 10000111 | 10011100 | 11101110 | 101011 | 100010 | 0 | 111 | 11100100 | 1001011 | 1001001 |
Color Harmonies of #879CEE
Complementary color
Monochromatic Colors of #879CEE
Black with #879CEE
Text Example
Text Example
White with #879CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879CEE; }
p { color: rgb(135,156,238); }
H1.HeaderClassName
{
color: #879CEE;
}
.AnyTagClassName
{
color: #879CEE;
}
</style>
background-color css
<style>
a { background-color: #879CEE; }
a { background-color: rgb(135,156,238); }
div.DivClassName
{
background-color: #879CEE;
}
.BgClassName
{
background-color: #879CEE;
}
</style>
border-color css
<style>
span { border-color: #879CEE; }
span { border-color: rgb(135,156,238); }
td.TdClassName
{
border-color: #879CEE;
}
.TagClassName
{
border-color: #879CEE;
}
</style>