#868EF2

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

Shades of Portage #868EF2

Tints of Portage #868EF2

Color information

#868EF2 (or 0x868EF2) is unknown color: approx Portage. HEX triplet: 86, 8E and F2. RGB value is (134,142,242). Sum of RGB (Red+Green+Blue) = 134+142+242=518 (68% of max value = 765). Red value is 134 (52.73% from 255 or 25.87% from 518); Green value is 142 (55.86% from 255 or 27.41% from 518); Blue value is 242 (94.92% from 255 or 46.72% from 518); Max value from RGB is 242 - color contains mainly: blue. Hex color #868EF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #868EF2 is #79710D. Grayscale: #969696. Windows color (decimal): -7958798 or 15896198. OLE color: 15896198.

HSL color Cylindrical-coordinate representation of color #868EF2: hue angle of 235.56º degrees, saturation: 0.81, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #868EF2 is Cyan = 0.45, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB134142242-
CMYK0.450.4100.05
HSL235.56º80.6%73.73%-
HSV(B)235.56º44.63%94.9%-
XYZ35.5330.8388.08-
YUV151.01179.35115.87-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.87%
GREEN value IS 142 (55.86% from 255) = 27.41%
BLUE value IS 242 (94.92% from 255) = 46.72%
R=25.87%
G=27.41%
B=46.72%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1341422420.450.4100.05235.5680.673.73
Hex868EF22D2905ec514a
Octal206216362555105354121112
Binary10000110100011101111001010110110100101011110110010100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868EF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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