#868ECA

Color #868ECA Portage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Portage #868ECA

Tints of Portage #868ECA

Color information

#868ECA (or 0x868ECA) is unknown color: approx Portage. HEX triplet: 86, 8E and CA. RGB value is (134,142,202). Sum of RGB (Red+Green+Blue) = 134+142+202=478 (63% of max value = 765). Red value is 134 (52.73% from 255 or 28.03% from 478); Green value is 142 (55.86% from 255 or 29.71% from 478); Blue value is 202 (79.30% from 255 or 42.26% from 478); Max value from RGB is 202 - color contains mainly: blue. Hex color #868ECA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #868ECA is #797135. Grayscale: #929292. Windows color (decimal): -7958838 or 13274758. OLE color: 13274758.

HSL color Cylindrical-coordinate representation of color #868ECA: hue angle of 232.94º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #868ECA is Cyan = 0.34, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB134142202-
CMYK0.340.3000.21
HSL232.94º39.08%65.88%-
HSV(B)232.94º33.66%79.22%-
XYZ30.1728.6859.82-
YUV146.45159.35119.12-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 134 (52.73% from 255) = 28.03%
GREEN value IS 142 (55.86% from 255) = 29.71%
BLUE value IS 202 (79.30% from 255) = 42.26%
R=28.03%
G=29.71%
B=42.26%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1341422020.340.3000.21232.9439.0865.88
Hex868ECA221E015e92742
Octal206216312423602535147102
Binary10000110100011101100101010001011110010101111010011001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868ECA; }

 p { color: rgb(134,142,202); }

 H1.HeaderClassName
 {
   color: #868ECA;
 }
 .AnyTagClassName
 {
   color: #868ECA;
 }
</style>
background-color css

<style>
 a { background-color: #868ECA; }

 a { background-color: rgb(134,142,202); }

 div.DivClassName
 {
   background-color: #868ECA;
 }
 .BgClassName
 {
   background-color: #868ECA;
 }
</style>
border-color css

<style>
 span { border-color: #868ECA; }

 span { border-color: rgb(134,142,202); }

 td.TdClassName
 {
   border-color: #868ECA;
 }
 .TagClassName
 {
   border-color: #868ECA;
 }
</style>