#868ECF

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

Shades of Portage #868ECF

Tints of Portage #868ECF

Color information

#868ECF (or 0x868ECF) is unknown color: approx Portage. HEX triplet: 86, 8E and CF. RGB value is (134,142,207). Sum of RGB (Red+Green+Blue) = 134+142+207=483 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.74% from 483); Green value is 142 (55.86% from 255 or 29.40% from 483); Blue value is 207 (81.25% from 255 or 42.86% from 483); Max value from RGB is 207 - color contains mainly: blue. Hex color #868ECF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #868ECF is #797130. Grayscale: #929292. Windows color (decimal): -7958833 or 13602438. OLE color: 13602438.

HSL color Cylindrical-coordinate representation of color #868ECF: hue angle of 233.42º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #868ECF is Cyan = 0.35, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB134142207-
CMYK0.350.3100.19
HSL233.42º43.2%66.86%-
HSV(B)233.42º35.27%81.18%-
XYZ30.7728.9262.99-
YUV147.02161.85118.71-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.74%
GREEN value IS 142 (55.86% from 255) = 29.40%
BLUE value IS 207 (81.25% from 255) = 42.86%
R=27.74%
G=29.40%
B=42.86%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1341422070.350.3100.19233.4243.266.86
Hex868ECF231F013e92b43
Octal206216317433702335153103
Binary10000110100011101100111110001111111010011111010011010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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