#867ECF

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

Shades of Moody Blue #867ECF

Tints of Moody Blue #867ECF

Color information

#867ECF (or 0x867ECF) is unknown color: approx Moody Blue. HEX triplet: 86, 7E and CF. RGB value is (134,126,207). Sum of RGB (Red+Green+Blue) = 134+126+207=467 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.69% from 467); Green value is 126 (49.61% from 255 or 26.98% from 467); Blue value is 207 (81.25% from 255 or 44.33% from 467); Max value from RGB is 207 - color contains mainly: blue. Hex color #867ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #867ECF is #798130. Grayscale: #898989. Windows color (decimal): -7962929 or 13598342. OLE color: 13598342.

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

Color convert

RGB134126207-
CMYK0.350.3900.19
HSL245.93º45.76%65.29%-
HSV(B)245.93º39.13%81.18%-
XYZ28.5524.562.25-
YUV137.63167.15125.41-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.69%
GREEN value IS 126 (49.61% from 255) = 26.98%
BLUE value IS 207 (81.25% from 255) = 44.33%
R=28.69%
G=26.98%
B=44.33%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1341262070.350.3900.19245.9345.7665.29
Hex867ECF2327013f62e41
Octal206176317434702336656101
Binary10000110111111011001111100011100111010011111101101011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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