Shades of Portage #879CFF
Tints of Portage #879CFF
RGB
CMYK
RGB Variations
Color information
#879CFF (or 0x879CFF) is known color: Portage. HEX triplet: 87, 9C and FF. RGB value is (135,156,255). Sum of RGB (Red+Green+Blue) = 135+156+255=546 (72% of max value = 765). Red value is 135 (53.12% from 255 or 24.73% from 546); Green value is 156 (61.33% from 255 or 28.57% from 546); Blue value is 255 (100% from 255 or 46.70% from 546); Max value from RGB is 255 - color contains mainly: blue. Hex color #879CFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #879CFF is #786300. Grayscale: #A0A0A0. Windows color (decimal): -7889665 or 16751751. OLE color: 16751751.
HSL color Cylindrical-coordinate representation of color #879CFF: hue angle of 229.5º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #879CFF is Cyan = 0.47, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 135 | 156 | 255 | - |
| CMYK | 0.47 | 0.39 | 0 | 0 |
| HSL | 229.5º | 1% | 0.76% | - |
| HSV(B) | 229.5º | 0.47% | 1% | - |
| XYZ | 39.93 | 36.15 | 99.48 | - |
| YUV | 161.01 | 181.04 | 109.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 156 | 255 | 0.47 | 0.39 | 0 | 0 | 229.5 | 1 | 0.76 |
| Hex | 87 | 9C | FF | 2F | 27 | 0 | 0 | E6 | 64 | 4C |
| Octal | 207 | 234 | 377 | 57 | 47 | 0 | 0 | 346 | 144 | 114 |
| Binary | 10000111 | 10011100 | 11111111 | 101111 | 100111 | 0 | 0 | 11100110 | 1100100 | 1001100 |
Color Harmonies of #879CFF
Complementary color
Monochromatic Colors of #879CFF
Black with #879CFF
Text Example
Text Example
White with #879CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879CFF; }
p { color: rgb(135,156,255); }
H1.HeaderClassName
{
color: #879CFF;
}
.AnyTagClassName
{
color: #879CFF;
}
</style>
background-color css
<style>
a { background-color: #879CFF; }
a { background-color: rgb(135,156,255); }
div.DivClassName
{
background-color: #879CFF;
}
.BgClassName
{
background-color: #879CFF;
}
</style>
border-color css
<style>
span { border-color: #879CFF; }
span { border-color: rgb(135,156,255); }
td.TdClassName
{
border-color: #879CFF;
}
.TagClassName
{
border-color: #879CFF;
}
</style>