#868CDB

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

Shades of Portage #868CDB

Tints of Portage #868CDB

Color information

#868CDB (or 0x868CDB) is unknown color: approx Portage. HEX triplet: 86, 8C and DB. RGB value is (134,140,219). Sum of RGB (Red+Green+Blue) = 134+140+219=493 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.18% from 493); Green value is 140 (55.08% from 255 or 28.40% from 493); Blue value is 219 (85.94% from 255 or 44.42% from 493); Max value from RGB is 219 - color contains mainly: blue. Hex color #868CDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #868CDB is #797324. Grayscale: #929292. Windows color (decimal): -7959333 or 14388358. OLE color: 14388358.

HSL color Cylindrical-coordinate representation of color #868CDB: hue angle of 235.76º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #868CDB is Cyan = 0.39, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB134140219-
CMYK0.390.3600.14
HSL235.76º54.14%69.22%-
HSV(B)235.76º38.81%85.88%-
XYZ3228.9470.92-
YUV147.21168.51118.58-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.18%
GREEN value IS 140 (55.08% from 255) = 28.40%
BLUE value IS 219 (85.94% from 255) = 44.42%
R=27.18%
G=28.40%
B=44.42%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1341402190.390.3600.14235.7654.1469.22
Hex868CDB27240Eec3645
Octal206214333474401635466105
Binary10000110100011001101101110011110010001110111011001101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868CDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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