#868ECC

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

Shades of Portage #868ECC

Tints of Portage #868ECC

Color information

#868ECC (or 0x868ECC) is unknown color: approx Portage. HEX triplet: 86, 8E and CC. RGB value is (134,142,204). Sum of RGB (Red+Green+Blue) = 134+142+204=480 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.92% from 480); Green value is 142 (55.86% from 255 or 29.58% from 480); Blue value is 204 (80.08% from 255 or 42.5% from 480); Max value from RGB is 204 - color contains mainly: blue. Hex color #868ECC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #868ECC is #797133. Grayscale: #929292. Windows color (decimal): -7958836 or 13405830. OLE color: 13405830.

HSL color Cylindrical-coordinate representation of color #868ECC: hue angle of 233.14º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #868ECC is Cyan = 0.34, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB134142204-
CMYK0.340.3000.2
HSL233.14º40.7%66.27%-
HSV(B)233.14º34.31%80%-
XYZ30.428.7761.08-
YUV146.68160.35118.96-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.92%
GREEN value IS 142 (55.86% from 255) = 29.58%
BLUE value IS 204 (80.08% from 255) = 42.5%
R=27.92%
G=29.58%
B=42.5%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1341422040.340.3000.2233.1440.766.27
Hex868ECC221E014e92942
Octal206216314423602435151102
Binary10000110100011101100110010001011110010100111010011010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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