#868CCF

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

Shades of Portage #868CCF

Tints of Portage #868CCF

Color information

#868CCF (or 0x868CCF) is unknown color: approx Portage. HEX triplet: 86, 8C and CF. RGB value is (134,140,207). Sum of RGB (Red+Green+Blue) = 134+140+207=481 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.86% from 481); Green value is 140 (55.08% from 255 or 29.11% from 481); Blue value is 207 (81.25% from 255 or 43.04% from 481); Max value from RGB is 207 - color contains mainly: blue. Hex color #868CCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #868CCF is #797330. Grayscale: #919191. Windows color (decimal): -7959345 or 13601926. OLE color: 13601926.

HSL color Cylindrical-coordinate representation of color #868CCF: hue angle of 235.07º 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 #868CCF is Cyan = 0.35, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB134140207-
CMYK0.350.3200.19
HSL235.07º43.2%66.86%-
HSV(B)235.07º35.27%81.18%-
XYZ30.4728.3362.89-
YUV145.84162.51119.55-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.86%
GREEN value IS 140 (55.08% from 255) = 29.11%
BLUE value IS 207 (81.25% from 255) = 43.04%
R=27.86%
G=29.11%
B=43.04%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1341402070.350.3200.19235.0743.266.86
Hex868CCF2320013eb2b43
Octal206214317434002335353103
Binary100001101000110011001111100011100000010011111010111010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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