Shades of Portage #868EDF
Tints of Portage #868EDF
RGB
CMYK
RGB Variations
Color information
#868EDF (or 0x868EDF) is known color: Portage. HEX triplet: 86, 8E and DF. RGB value is (134,142,223). Sum of RGB (Red+Green+Blue) = 134+142+223=499 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.85% from 499); Green value is 142 (55.86% from 255 or 28.46% from 499); Blue value is 223 (87.5% from 255 or 44.69% from 499); Max value from RGB is 223 - color contains mainly: blue. Hex color #868EDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #868EDF is #797120. Grayscale: #949494. Windows color (decimal): -7958817 or 14651014. OLE color: 14651014.
HSL color Cylindrical-coordinate representation of color #868EDF: hue angle of 234.61º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #868EDF is Cyan = 0.40, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 142 | 223 | - |
| CMYK | 0.40 | 0.36 | 0 | 0.13 |
| HSL | 234.61º | 0.58% | 0.7% | - |
| HSV(B) | 234.61º | 0.4% | 0.87% | - |
| XYZ | 32.82 | 29.74 | 73.82 | - |
| YUV | 148.84 | 169.85 | 117.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 142 | 223 | 0.40 | 0.36 | 0 | 0.13 | 234.61 | 0.58 | 0.7 |
| Hex | 86 | 8E | DF | 28 | 24 | 0 | D | EB | 3A | 46 |
| Octal | 206 | 216 | 337 | 50 | 44 | 0 | 15 | 353 | 72 | 106 |
| Binary | 10000110 | 10001110 | 11011111 | 101000 | 100100 | 0 | 1101 | 11101011 | 111010 | 1000110 |
Color Harmonies of #868EDF
Complementary color
Monochromatic Colors of #868EDF
Black with #868EDF
Text Example
Text Example
White with #868EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868EDF; }
p { color: rgb(134,142,223); }
H1.HeaderClassName
{
color: #868EDF;
}
.AnyTagClassName
{
color: #868EDF;
}
</style>
background-color css
<style>
a { background-color: #868EDF; }
a { background-color: rgb(134,142,223); }
div.DivClassName
{
background-color: #868EDF;
}
.BgClassName
{
background-color: #868EDF;
}
</style>
border-color css
<style>
span { border-color: #868EDF; }
span { border-color: rgb(134,142,223); }
td.TdClassName
{
border-color: #868EDF;
}
.TagClassName
{
border-color: #868EDF;
}
</style>