#868EE1

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

Shades of Portage #868EE1

Tints of Portage #868EE1

Color information

#868EE1 (or 0x868EE1) is unknown color: approx Portage. HEX triplet: 86, 8E and E1. RGB value is (134,142,225). Sum of RGB (Red+Green+Blue) = 134+142+225=501 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.75% from 501); Green value is 142 (55.86% from 255 or 28.34% from 501); Blue value is 225 (88.28% from 255 or 44.91% from 501); Max value from RGB is 225 - color contains mainly: blue. Hex color #868EE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #868EE1 is #79711E. Grayscale: #949494. Windows color (decimal): -7958815 or 14782086. OLE color: 14782086.

HSL color Cylindrical-coordinate representation of color #868EE1: hue angle of 234.73º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #868EE1 is Cyan = 0.40, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB134142225-
CMYK0.400.3700.12
HSL234.73º60.26%70.39%-
HSV(B)234.73º40.44%88.24%-
XYZ33.129.8575.25-
YUV149.07170.85117.25-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.75%
GREEN value IS 142 (55.86% from 255) = 28.34%
BLUE value IS 225 (88.28% from 255) = 44.91%
R=26.75%
G=28.34%
B=44.91%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1341422250.400.3700.12234.7360.2670.39
Hex868EE128250Ceb3c46
Octal206216341504501435374106
Binary10000110100011101110000110100010010101100111010111111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868EE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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