Shades of Portage #879CED
Tints of Portage #879CED
RGB
CMYK
RGB Variations
Color information
#879CED (or 0x879CED) is known color: Portage. HEX triplet: 87, 9C and ED. RGB value is (135,156,237). Sum of RGB (Red+Green+Blue) = 135+156+237=528 (69% of max value = 765). Red value is 135 (53.12% from 255 or 25.57% from 528); Green value is 156 (61.33% from 255 or 29.55% from 528); Blue value is 237 (92.97% from 255 or 44.89% from 528); Max value from RGB is 237 - color contains mainly: blue. Hex color #879CED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #879CED is #786312. Grayscale: #9E9E9E. Windows color (decimal): -7889683 or 15572103. OLE color: 15572103.
HSL color Cylindrical-coordinate representation of color #879CED: hue angle of 227.65º degrees, saturation: 0.74, 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 #879CED is Cyan = 0.43, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 135 | 156 | 237 | - |
| CMYK | 0.43 | 0.34 | 0 | 0.07 |
| HSL | 227.65º | 0.74% | 0.73% | - |
| HSV(B) | 227.65º | 0.43% | 0.93% | - |
| XYZ | 37.17 | 35.04 | 84.93 | - |
| YUV | 158.96 | 172.04 | 110.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 156 | 237 | 0.43 | 0.34 | 0 | 0.07 | 227.65 | 0.74 | 0.73 |
| Hex | 87 | 9C | ED | 2B | 22 | 0 | 7 | E4 | 4A | 49 |
| Octal | 207 | 234 | 355 | 53 | 42 | 0 | 7 | 344 | 112 | 111 |
| Binary | 10000111 | 10011100 | 11101101 | 101011 | 100010 | 0 | 111 | 11100100 | 1001010 | 1001001 |
Color Harmonies of #879CED
Complementary color
Monochromatic Colors of #879CED
Black with #879CED
Text Example
Text Example
White with #879CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879CED; }
p { color: rgb(135,156,237); }
H1.HeaderClassName
{
color: #879CED;
}
.AnyTagClassName
{
color: #879CED;
}
</style>
background-color css
<style>
a { background-color: #879CED; }
a { background-color: rgb(135,156,237); }
div.DivClassName
{
background-color: #879CED;
}
.BgClassName
{
background-color: #879CED;
}
</style>
border-color css
<style>
span { border-color: #879CED; }
span { border-color: rgb(135,156,237); }
td.TdClassName
{
border-color: #879CED;
}
.TagClassName
{
border-color: #879CED;
}
</style>