#867ED0

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

Shades of Moody Blue #867ED0

Tints of Moody Blue #867ED0

Color information

#867ED0 (or 0x867ED0) is unknown color: approx Moody Blue. HEX triplet: 86, 7E and D0. RGB value is (134,126,208). Sum of RGB (Red+Green+Blue) = 134+126+208=468 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.63% from 468); Green value is 126 (49.61% from 255 or 26.92% from 468); Blue value is 208 (81.64% from 255 or 44.44% from 468); Max value from RGB is 208 - color contains mainly: blue. Hex color #867ED0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #867ED0 is #79812F. Grayscale: #898989. Windows color (decimal): -7962928 or 13663878. OLE color: 13663878.

HSL color Cylindrical-coordinate representation of color #867ED0: hue angle of 245.85º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #867ED0 is Cyan = 0.36, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB134126208-
CMYK0.360.3900.18
HSL245.85º46.59%65.49%-
HSV(B)245.85º39.42%81.57%-
XYZ28.6824.5462.9-
YUV137.74167.65125.33-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.63%
GREEN value IS 126 (49.61% from 255) = 26.92%
BLUE value IS 208 (81.64% from 255) = 44.44%
R=28.63%
G=26.92%
B=44.44%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1341262080.360.3900.18245.8546.5965.49
Hex867ED02427012f62f41
Octal206176320444702236657101
Binary10000110111111011010000100100100111010010111101101011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867ED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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