#867EC1

Color #867EC1 Moody Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Moody Blue #867EC1

Tints of Moody Blue #867EC1

Color information

#867EC1 (or 0x867EC1) is unknown color: approx Moody Blue. HEX triplet: 86, 7E and C1. RGB value is (134,126,193). Sum of RGB (Red+Green+Blue) = 134+126+193=453 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.58% from 453); Green value is 126 (49.61% from 255 or 27.81% from 453); Blue value is 193 (75.78% from 255 or 42.60% from 453); Max value from RGB is 193 - color contains mainly: blue. Hex color #867EC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #867EC1 is #79813E. Grayscale: #878787. Windows color (decimal): -7962943 or 12680838. OLE color: 12680838.

HSL color Cylindrical-coordinate representation of color #867EC1: hue angle of 247.16º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #867EC1 is Cyan = 0.31, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB134126193-
CMYK0.310.3500.24
HSL247.16º35.08%62.55%-
HSV(B)247.16º34.72%75.69%-
XYZ26.9223.8453.63-
YUV136.03160.15126.55-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.58%
GREEN value IS 126 (49.61% from 255) = 27.81%
BLUE value IS 193 (75.78% from 255) = 42.60%
R=29.58%
G=27.81%
B=42.60%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1341261930.310.3500.24247.1635.0862.55
Hex867EC11F23018f7233f
Octal20617630137430303674377
Binary100001101111110110000011111110001101100011110111100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867EC1; }

 p { color: rgb(134,126,193); }

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

<style>
 a { background-color: #867EC1; }

 a { background-color: rgb(134,126,193); }

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

<style>
 span { border-color: #867EC1; }

 span { border-color: rgb(134,126,193); }

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