#868CE0

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

Shades of Portage #868CE0

Tints of Portage #868CE0

Color information

#868CE0 (or 0x868CE0) is unknown color: approx Portage. HEX triplet: 86, 8C and E0. RGB value is (134,140,224). Sum of RGB (Red+Green+Blue) = 134+140+224=498 (65% of max value = 765). Red value is 134 (52.73% from 255 or 26.91% from 498); Green value is 140 (55.08% from 255 or 28.11% from 498); Blue value is 224 (87.89% from 255 or 44.98% from 498); Max value from RGB is 224 - color contains mainly: blue. Hex color #868CE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #868CE0 is #79731F. Grayscale: #939393. Windows color (decimal): -7959328 or 14716038. OLE color: 14716038.

HSL color Cylindrical-coordinate representation of color #868CE0: hue angle of 236º degrees, saturation: 0.59, 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 #868CE0 is Cyan = 0.40, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB134140224-
CMYK0.400.3800.12
HSL236º59.21%70.2%-
HSV(B)236º40.18%87.84%-
XYZ32.6629.2174.44-
YUV147.78171.01118.17-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.91%
GREEN value IS 140 (55.08% from 255) = 28.11%
BLUE value IS 224 (87.89% from 255) = 44.98%
R=26.91%
G=28.11%
B=44.98%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1341402240.400.3800.1223659.2170.2
Hex868CE028260Cec3b46
Octal206214340504601435473106
Binary10000110100011001110000010100010011001100111011001110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868CE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,140,224); }

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

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

 a { background-color: rgb(134,140,224); }

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

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

 span { border-color: rgb(134,140,224); }

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