Shades of Portage #868EED
Tints of Portage #868EED
RGB
CMYK
RGB Variations
Color information
#868EED (or 0x868EED) is known color: Portage. HEX triplet: 86, 8E and ED. RGB value is (134,142,237). Sum of RGB (Red+Green+Blue) = 134+142+237=513 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.12% from 513); Green value is 142 (55.86% from 255 or 27.68% from 513); Blue value is 237 (92.97% from 255 or 46.20% from 513); Max value from RGB is 237 - color contains mainly: blue. Hex color #868EED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #868EED is #797112. Grayscale: #969696. Windows color (decimal): -7958803 or 15568518. OLE color: 15568518.
HSL color Cylindrical-coordinate representation of color #868EED: hue angle of 235.34º degrees, saturation: 0.74, 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 #868EED is Cyan = 0.43, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 134 | 142 | 237 | - |
| CMYK | 0.43 | 0.40 | 0 | 0.07 |
| HSL | 235.34º | 0.74% | 0.73% | - |
| HSV(B) | 235.34º | 0.43% | 0.93% | - |
| XYZ | 34.79 | 30.53 | 84.18 | - |
| YUV | 150.44 | 176.85 | 116.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 142 | 237 | 0.43 | 0.40 | 0 | 0.07 | 235.34 | 0.74 | 0.73 |
| Hex | 86 | 8E | ED | 2B | 28 | 0 | 7 | EB | 4A | 49 |
| Octal | 206 | 216 | 355 | 53 | 50 | 0 | 7 | 353 | 112 | 111 |
| Binary | 10000110 | 10001110 | 11101101 | 101011 | 101000 | 0 | 111 | 11101011 | 1001010 | 1001001 |
Color Harmonies of #868EED
Complementary color
Monochromatic Colors of #868EED
Black with #868EED
Text Example
Text Example
White with #868EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868EED; }
p { color: rgb(134,142,237); }
H1.HeaderClassName
{
color: #868EED;
}
.AnyTagClassName
{
color: #868EED;
}
</style>
background-color css
<style>
a { background-color: #868EED; }
a { background-color: rgb(134,142,237); }
div.DivClassName
{
background-color: #868EED;
}
.BgClassName
{
background-color: #868EED;
}
</style>
border-color css
<style>
span { border-color: #868EED; }
span { border-color: rgb(134,142,237); }
td.TdClassName
{
border-color: #868EED;
}
.TagClassName
{
border-color: #868EED;
}
</style>