#867DDC

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

Shades of Moody Blue #867DDC

Tints of Moody Blue #867DDC

Color information

#867DDC (or 0x867DDC) is unknown color: approx Moody Blue. HEX triplet: 86, 7D and DC. RGB value is (134,125,220). Sum of RGB (Red+Green+Blue) = 134+125+220=479 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.97% from 479); Green value is 125 (49.22% from 255 or 26.10% from 479); Blue value is 220 (86.33% from 255 or 45.93% from 479); Max value from RGB is 220 - color contains mainly: blue. Hex color #867DDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #867DDC is #798223. Grayscale: #8A8A8A. Windows color (decimal): -7963172 or 14450054. OLE color: 14450054.

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

Color convert

RGB134125220-
CMYK0.390.4300.14
HSL245.68º57.58%67.65%-
HSV(B)245.68º43.18%86.27%-
XYZ30.0824.970.93-
YUV138.52173.98124.78-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.97%
GREEN value IS 125 (49.22% from 255) = 26.10%
BLUE value IS 220 (86.33% from 255) = 45.93%
R=27.97%
G=26.10%
B=45.93%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1341252200.390.4300.14245.6857.5867.65
Hex867DDC272B0Ef63a44
Octal206175334475301636672104
Binary1000011011111011101110010011110101101110111101101110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,125,220); }

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

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

 a { background-color: rgb(134,125,220); }

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

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

 span { border-color: rgb(134,125,220); }

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