#867ECD

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

Shades of Moody Blue #867ECD

Tints of Moody Blue #867ECD

Color information

#867ECD (or 0x867ECD) is unknown color: approx Moody Blue. HEX triplet: 86, 7E and CD. RGB value is (134,126,205). Sum of RGB (Red+Green+Blue) = 134+126+205=465 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.82% from 465); Green value is 126 (49.61% from 255 or 27.10% from 465); Blue value is 205 (80.47% from 255 or 44.09% from 465); Max value from RGB is 205 - color contains mainly: blue. Hex color #867ECD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #867ECD is #798132. Grayscale: #898989. Windows color (decimal): -7962931 or 13467270. OLE color: 13467270.

HSL color Cylindrical-coordinate representation of color #867ECD: hue angle of 246.08º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #867ECD is Cyan = 0.35, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB134126205-
CMYK0.350.3900.20
HSL246.08º44.13%64.9%-
HSV(B)246.08º38.54%80.39%-
XYZ28.3124.460.97-
YUV137.4166.15125.58-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.82%
GREEN value IS 126 (49.61% from 255) = 27.10%
BLUE value IS 205 (80.47% from 255) = 44.09%
R=28.82%
G=27.10%
B=44.09%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1341262050.350.3900.20246.0844.1364.9
Hex867ECD2327014f62c41
Octal206176315434702436654101
Binary10000110111111011001101100011100111010100111101101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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