Shades of Portage #879CFC
Tints of Portage #879CFC
RGB
CMYK
RGB Variations
Color information
#879CFC (or 0x879CFC) is known color: Portage. HEX triplet: 87, 9C and FC. RGB value is (135,156,252). Sum of RGB (Red+Green+Blue) = 135+156+252=543 (71% of max value = 765). Red value is 135 (53.12% from 255 or 24.86% from 543); Green value is 156 (61.33% from 255 or 28.73% from 543); Blue value is 252 (98.83% from 255 or 46.41% from 543); Max value from RGB is 252 - color contains mainly: blue. Hex color #879CFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #879CFC is #786303. Grayscale: #A0A0A0. Windows color (decimal): -7889668 or 16555143. OLE color: 16555143.
HSL color Cylindrical-coordinate representation of color #879CFC: hue angle of 229.23º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #879CFC is Cyan = 0.46, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 135 | 156 | 252 | - |
| CMYK | 0.46 | 0.38 | 0 | 0.01 |
| HSL | 229.23º | 0.95% | 0.76% | - |
| HSV(B) | 229.23º | 0.46% | 0.99% | - |
| XYZ | 39.45 | 35.96 | 96.96 | - |
| YUV | 160.67 | 179.54 | 109.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 156 | 252 | 0.46 | 0.38 | 0 | 0.01 | 229.23 | 0.95 | 0.76 |
| Hex | 87 | 9C | FC | 2E | 26 | 0 | 1 | E5 | 5F | 4C |
| Octal | 207 | 234 | 374 | 56 | 46 | 0 | 1 | 345 | 137 | 114 |
| Binary | 10000111 | 10011100 | 11111100 | 101110 | 100110 | 0 | 1 | 11100101 | 1011111 | 1001100 |
Color Harmonies of #879CFC
Complementary color
Monochromatic Colors of #879CFC
Black with #879CFC
Text Example
Text Example
White with #879CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879CFC; }
p { color: rgb(135,156,252); }
H1.HeaderClassName
{
color: #879CFC;
}
.AnyTagClassName
{
color: #879CFC;
}
</style>
background-color css
<style>
a { background-color: #879CFC; }
a { background-color: rgb(135,156,252); }
div.DivClassName
{
background-color: #879CFC;
}
.BgClassName
{
background-color: #879CFC;
}
</style>
border-color css
<style>
span { border-color: #879CFC; }
span { border-color: rgb(135,156,252); }
td.TdClassName
{
border-color: #879CFC;
}
.TagClassName
{
border-color: #879CFC;
}
</style>