#868CC7

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

Shades of Portage #868CC7

Tints of Portage #868CC7

Color information

#868CC7 (or 0x868CC7) is unknown color: approx Portage. HEX triplet: 86, 8C and C7. RGB value is (134,140,199). Sum of RGB (Red+Green+Blue) = 134+140+199=473 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.33% from 473); Green value is 140 (55.08% from 255 or 29.60% from 473); Blue value is 199 (78.12% from 255 or 42.07% from 473); Max value from RGB is 199 - color contains mainly: blue. Hex color #868CC7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #868CC7 is #797338. Grayscale: #909090. Windows color (decimal): -7959353 or 13077638. OLE color: 13077638.

HSL color Cylindrical-coordinate representation of color #868CC7: hue angle of 234.46º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #868CC7 is Cyan = 0.33, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB134140199-
CMYK0.330.3000.22
HSL234.46º36.72%65.29%-
HSV(B)234.46º32.66%78.04%-
XYZ29.5227.9557.87-
YUV144.93158.51120.2-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.33%
GREEN value IS 140 (55.08% from 255) = 29.60%
BLUE value IS 199 (78.12% from 255) = 42.07%
R=28.33%
G=29.60%
B=42.07%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1341401990.330.3000.22234.4636.7265.29
Hex868CC7211E016ea2541
Octal206214307413602635245101
Binary10000110100011001100011110000111110010110111010101001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868CC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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