#867EDD

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

Shades of Moody Blue #867EDD

Tints of Moody Blue #867EDD

Color information

#867EDD (or 0x867EDD) is unknown color: approx Moody Blue. HEX triplet: 86, 7E and DD. RGB value is (134,126,221). Sum of RGB (Red+Green+Blue) = 134+126+221=481 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.86% from 481); Green value is 126 (49.61% from 255 or 26.20% from 481); Blue value is 221 (86.72% from 255 or 45.95% from 481); Max value from RGB is 221 - color contains mainly: blue. Hex color #867EDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #867EDD is #798122. Grayscale: #8A8A8A. Windows color (decimal): -7962915 or 14515846. OLE color: 14515846.

HSL color Cylindrical-coordinate representation of color #867EDD: hue angle of 245.05º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #867EDD is Cyan = 0.39, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB134126221-
CMYK0.390.4300.13
HSL245.05º58.28%68.04%-
HSV(B)245.05º42.99%86.67%-
XYZ30.3425.2171.67-
YUV139.22174.15124.28-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.86%
GREEN value IS 126 (49.61% from 255) = 26.20%
BLUE value IS 221 (86.72% from 255) = 45.95%
R=27.86%
G=26.20%
B=45.95%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1341262210.390.4300.13245.0558.2868.04
Hex867EDD272B0Df53a44
Octal206176335475301536572104
Binary1000011011111101101110110011110101101101111101011110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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