#868EDE

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

Shades of Portage #868EDE

Tints of Portage #868EDE

Color information

#868EDE (or 0x868EDE) is unknown color: approx Portage. HEX triplet: 86, 8E and DE. RGB value is (134,142,222). Sum of RGB (Red+Green+Blue) = 134+142+222=498 (65% of max value = 765). Red value is 134 (52.73% from 255 or 26.91% from 498); Green value is 142 (55.86% from 255 or 28.51% from 498); Blue value is 222 (87.11% from 255 or 44.58% from 498); Max value from RGB is 222 - color contains mainly: blue. Hex color #868EDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #868EDE is #797121. Grayscale: #949494. Windows color (decimal): -7958818 or 14585478. OLE color: 14585478.

HSL color Cylindrical-coordinate representation of color #868EDE: hue angle of 234.55º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #868EDE is Cyan = 0.40, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB134142222-
CMYK0.400.3600.13
HSL234.55º57.14%69.8%-
HSV(B)234.55º39.64%87.06%-
XYZ32.6929.6973.11-
YUV148.73169.35117.5-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.91%
GREEN value IS 142 (55.86% from 255) = 28.51%
BLUE value IS 222 (87.11% from 255) = 44.58%
R=26.91%
G=28.51%
B=44.58%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1341422220.400.3600.13234.5557.1469.8
Hex868EDE28240Deb3946
Octal206216336504401535371106
Binary10000110100011101101111010100010010001101111010111110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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