#868CD7

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

Shades of Portage #868CD7

Tints of Portage #868CD7

Color information

#868CD7 (or 0x868CD7) is unknown color: approx Portage. HEX triplet: 86, 8C and D7. RGB value is (134,140,215). Sum of RGB (Red+Green+Blue) = 134+140+215=489 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.40% from 489); Green value is 140 (55.08% from 255 or 28.63% from 489); Blue value is 215 (84.38% from 255 or 43.97% from 489); Max value from RGB is 215 - color contains mainly: blue. Hex color #868CD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #868CD7 is #797328. Grayscale: #929292. Windows color (decimal): -7959337 or 14126214. OLE color: 14126214.

HSL color Cylindrical-coordinate representation of color #868CD7: hue angle of 235.56º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #868CD7 is Cyan = 0.38, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB134140215-
CMYK0.380.3500.16
HSL235.56º50.31%68.43%-
HSV(B)235.56º37.67%84.31%-
XYZ31.4828.7368.18-
YUV146.76166.51118.9-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.40%
GREEN value IS 140 (55.08% from 255) = 28.63%
BLUE value IS 215 (84.38% from 255) = 43.97%
R=27.40%
G=28.63%
B=43.97%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1341402150.380.3500.16235.5650.3168.43
Hex868CD72623010ec3244
Octal206214327464302035462104
Binary100001101000110011010111100110100011010000111011001100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868CD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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