Shades of Portage #869DEC
Tints of Portage #869DEC
RGB
CMYK
RGB Variations
Color information
#869DEC (or 0x869DEC) is known color: Portage. HEX triplet: 86, 9D and EC. RGB value is (134,157,236). Sum of RGB (Red+Green+Blue) = 134+157+236=527 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.43% from 527); Green value is 157 (61.72% from 255 or 29.79% from 527); Blue value is 236 (92.58% from 255 or 44.78% from 527); Max value from RGB is 236 - color contains mainly: blue. Hex color #869DEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #869DEC is #796213. Grayscale: #9E9E9E. Windows color (decimal): -7954964 or 15506822. OLE color: 15506822.
HSL color Cylindrical-coordinate representation of color #869DEC: hue angle of 226.47º 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 #869DEC is Cyan = 0.43, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 134 | 157 | 236 | - |
| CMYK | 0.43 | 0.33 | 0 | 0.07 |
| HSL | 226.47º | 0.73% | 0.73% | - |
| HSV(B) | 226.47º | 0.43% | 0.93% | - |
| XYZ | 37.03 | 35.24 | 84.21 | - |
| YUV | 159.13 | 171.38 | 110.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 157 | 236 | 0.43 | 0.33 | 0 | 0.07 | 226.47 | 0.73 | 0.73 |
| Hex | 86 | 9D | EC | 2B | 21 | 0 | 7 | E2 | 49 | 49 |
| Octal | 206 | 235 | 354 | 53 | 41 | 0 | 7 | 342 | 111 | 111 |
| Binary | 10000110 | 10011101 | 11101100 | 101011 | 100001 | 0 | 111 | 11100010 | 1001001 | 1001001 |
Color Harmonies of #869DEC
Complementary color
Monochromatic Colors of #869DEC
Black with #869DEC
Text Example
Text Example
White with #869DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869DEC; }
p { color: rgb(134,157,236); }
H1.HeaderClassName
{
color: #869DEC;
}
.AnyTagClassName
{
color: #869DEC;
}
</style>
background-color css
<style>
a { background-color: #869DEC; }
a { background-color: rgb(134,157,236); }
div.DivClassName
{
background-color: #869DEC;
}
.BgClassName
{
background-color: #869DEC;
}
</style>
border-color css
<style>
span { border-color: #869DEC; }
span { border-color: rgb(134,157,236); }
td.TdClassName
{
border-color: #869DEC;
}
.TagClassName
{
border-color: #869DEC;
}
</style>