Shades of Portage #879CF0
Tints of Portage #879CF0
RGB
CMYK
RGB Variations
Color information
#879CF0 (or 0x879CF0) is known color: Portage. HEX triplet: 87, 9C and F0. RGB value is (135,156,240). Sum of RGB (Red+Green+Blue) = 135+156+240=531 (70% of max value = 765). Red value is 135 (53.12% from 255 or 25.42% from 531); Green value is 156 (61.33% from 255 or 29.38% from 531); Blue value is 240 (94.14% from 255 or 45.20% from 531); Max value from RGB is 240 - color contains mainly: blue. Hex color #879CF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #879CF0 is #78630F. Grayscale: #9E9E9E. Windows color (decimal): -7889680 or 15768711. OLE color: 15768711.
HSL color Cylindrical-coordinate representation of color #879CF0: hue angle of 228º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #879CF0 is Cyan = 0.44, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 135 | 156 | 240 | - |
| CMYK | 0.44 | 0.35 | 0 | 0.06 |
| HSL | 228º | 0.78% | 0.74% | - |
| HSV(B) | 228º | 0.44% | 0.94% | - |
| XYZ | 37.61 | 35.22 | 87.25 | - |
| YUV | 159.3 | 173.54 | 110.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 156 | 240 | 0.44 | 0.35 | 0 | 0.06 | 228 | 0.78 | 0.74 |
| Hex | 87 | 9C | F0 | 2C | 23 | 0 | 6 | E4 | 4E | 4A |
| Octal | 207 | 234 | 360 | 54 | 43 | 0 | 6 | 344 | 116 | 112 |
| Binary | 10000111 | 10011100 | 11110000 | 101100 | 100011 | 0 | 110 | 11100100 | 1001110 | 1001010 |
Color Harmonies of #879CF0
Complementary color
Monochromatic Colors of #879CF0
Black with #879CF0
Text Example
Text Example
White with #879CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879CF0; }
p { color: rgb(135,156,240); }
H1.HeaderClassName
{
color: #879CF0;
}
.AnyTagClassName
{
color: #879CF0;
}
</style>
background-color css
<style>
a { background-color: #879CF0; }
a { background-color: rgb(135,156,240); }
div.DivClassName
{
background-color: #879CF0;
}
.BgClassName
{
background-color: #879CF0;
}
</style>
border-color css
<style>
span { border-color: #879CF0; }
span { border-color: rgb(135,156,240); }
td.TdClassName
{
border-color: #879CF0;
}
.TagClassName
{
border-color: #879CF0;
}
</style>