#868DDE

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

Shades of Portage #868DDE

Tints of Portage #868DDE

Color information

#868DDE (or 0x868DDE) is unknown color: approx Portage. HEX triplet: 86, 8D and DE. RGB value is (134,141,222). Sum of RGB (Red+Green+Blue) = 134+141+222=497 (65% of max value = 765). Red value is 134 (52.73% from 255 or 26.96% from 497); Green value is 141 (55.47% from 255 or 28.37% from 497); Blue value is 222 (87.11% from 255 or 44.67% from 497); Max value from RGB is 222 - color contains mainly: blue. Hex color #868DDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #868DDE is #797221. Grayscale: #939393. Windows color (decimal): -7959074 or 14585222. OLE color: 14585222.

HSL color Cylindrical-coordinate representation of color #868DDE: hue angle of 235.23º 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 #868DDE is Cyan = 0.40, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB134141222-
CMYK0.400.3600.13
HSL235.23º57.14%69.8%-
HSV(B)235.23º39.64%87.06%-
XYZ32.5429.3973.07-
YUV148.14169.68117.91-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.96%
GREEN value IS 141 (55.47% from 255) = 28.37%
BLUE value IS 222 (87.11% from 255) = 44.67%
R=26.96%
G=28.37%
B=44.67%

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
Decimal1341412220.400.3600.13235.2357.1469.8
Hex868DDE28240Deb3946
Octal206215336504401535371106
Binary10000110100011011101111010100010010001101111010111110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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