Shades of Portage #869FEC
Tints of Portage #869FEC
RGB
CMYK
RGB Variations
Color information
#869FEC (or 0x869FEC) is known color: Portage. HEX triplet: 86, 9F and EC. RGB value is (134,159,236). Sum of RGB (Red+Green+Blue) = 134+159+236=529 (70% of max value = 765). Red value is 134 (52.73% from 255 or 25.33% from 529); Green value is 159 (62.5% from 255 or 30.06% from 529); Blue value is 236 (92.58% from 255 or 44.61% from 529); Max value from RGB is 236 - color contains mainly: blue. Hex color #869FEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #869FEC is #796013. Grayscale: #9F9F9F. Windows color (decimal): -7954452 or 15507334. OLE color: 15507334.
HSL color Cylindrical-coordinate representation of color #869FEC: hue angle of 225.29º degrees, saturation: 0.73, 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 #869FEC is Cyan = 0.43, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 134 | 159 | 236 | - |
| CMYK | 0.43 | 0.33 | 0 | 0.07 |
| HSL | 225.29º | 0.73% | 0.73% | - |
| HSV(B) | 225.29º | 0.43% | 0.93% | - |
| XYZ | 37.37 | 35.92 | 84.32 | - |
| YUV | 160.3 | 170.72 | 109.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 159 | 236 | 0.43 | 0.33 | 0 | 0.07 | 225.29 | 0.73 | 0.73 |
| Hex | 86 | 9F | EC | 2B | 21 | 0 | 7 | E1 | 49 | 49 |
| Octal | 206 | 237 | 354 | 53 | 41 | 0 | 7 | 341 | 111 | 111 |
| Binary | 10000110 | 10011111 | 11101100 | 101011 | 100001 | 0 | 111 | 11100001 | 1001001 | 1001001 |
Color Harmonies of #869FEC
Complementary color
Monochromatic Colors of #869FEC
Black with #869FEC
Text Example
Text Example
White with #869FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869FEC; }
p { color: rgb(134,159,236); }
H1.HeaderClassName
{
color: #869FEC;
}
.AnyTagClassName
{
color: #869FEC;
}
</style>
background-color css
<style>
a { background-color: #869FEC; }
a { background-color: rgb(134,159,236); }
div.DivClassName
{
background-color: #869FEC;
}
.BgClassName
{
background-color: #869FEC;
}
</style>
border-color css
<style>
span { border-color: #869FEC; }
span { border-color: rgb(134,159,236); }
td.TdClassName
{
border-color: #869FEC;
}
.TagClassName
{
border-color: #869FEC;
}
</style>