#868FEC

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

Shades of Portage #868FEC

Tints of Portage #868FEC

Color information

#868FEC (or 0x868FEC) is unknown color: approx Portage. HEX triplet: 86, 8F and EC. RGB value is (134,143,236). Sum of RGB (Red+Green+Blue) = 134+143+236=513 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.12% from 513); Green value is 143 (56.25% from 255 or 27.88% from 513); Blue value is 236 (92.58% from 255 or 46.00% from 513); Max value from RGB is 236 - color contains mainly: blue. Hex color #868FEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #868FEC is #797013. Grayscale: #969696. Windows color (decimal): -7958548 or 15503238. OLE color: 15503238.

HSL color Cylindrical-coordinate representation of color #868FEC: hue angle of 234.71º 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 #868FEC is Cyan = 0.43, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB134143236-
CMYK0.430.3900.07
HSL234.71º72.86%72.55%-
HSV(B)234.71º43.22%92.55%-
XYZ34.7930.7783.46-
YUV150.91176.02115.94-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.12%
GREEN value IS 143 (56.25% from 255) = 27.88%
BLUE value IS 236 (92.58% from 255) = 46.00%
R=26.12%
G=27.88%
B=46.00%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1341432360.430.3900.07234.7172.8672.55
Hex868FEC2B2707eb4949
Octal206217354534707353111111
Binary10000110100011111110110010101110011101111110101110010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868FEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,143,236); }

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

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

 a { background-color: rgb(134,143,236); }

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

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

 span { border-color: rgb(134,143,236); }

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