#868CED

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

Shades of Portage #868CED

Tints of Portage #868CED

Color information

#868CED (or 0x868CED) is unknown color: approx Portage. HEX triplet: 86, 8C and ED. RGB value is (134,140,237). Sum of RGB (Red+Green+Blue) = 134+140+237=511 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.22% from 511); Green value is 140 (55.08% from 255 or 27.40% from 511); Blue value is 237 (92.97% from 255 or 46.38% from 511); Max value from RGB is 237 - color contains mainly: blue. Hex color #868CED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #868CED is #797312. Grayscale: #949494. Windows color (decimal): -7959315 or 15568006. OLE color: 15568006.

HSL color Cylindrical-coordinate representation of color #868CED: hue angle of 236.5º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #868CED is Cyan = 0.43, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB134140237-
CMYK0.430.4100.07
HSL236.5º74.1%72.75%-
HSV(B)236.5º43.46%92.94%-
XYZ34.529.9484.08-
YUV149.26177.51117.11-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.22%
GREEN value IS 140 (55.08% from 255) = 27.40%
BLUE value IS 237 (92.97% from 255) = 46.38%
R=26.22%
G=27.40%
B=46.38%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1341402370.430.4100.07236.574.172.75
Hex868CED2B2907ed4a49
Octal206214355535107355112111
Binary10000110100011001110110110101110100101111110110110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868CED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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