#867ED4

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

Shades of Moody Blue #867ED4

Tints of Moody Blue #867ED4

Color information

#867ED4 (or 0x867ED4) is unknown color: approx Moody Blue. HEX triplet: 86, 7E and D4. RGB value is (134,126,212). Sum of RGB (Red+Green+Blue) = 134+126+212=472 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.39% from 472); Green value is 126 (49.61% from 255 or 26.69% from 472); Blue value is 212 (83.20% from 255 or 44.92% from 472); Max value from RGB is 212 - color contains mainly: blue. Hex color #867ED4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #867ED4 is #79812B. Grayscale: #898989. Windows color (decimal): -7962924 or 13926022. OLE color: 13926022.

HSL color Cylindrical-coordinate representation of color #867ED4: hue angle of 245.58º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #867ED4 is Cyan = 0.37, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB134126212-
CMYK0.370.4100.17
HSL245.58º50%66.27%-
HSV(B)245.58º40.57%83.14%-
XYZ29.1824.7465.53-
YUV138.2169.65125.01-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.39%
GREEN value IS 126 (49.61% from 255) = 26.69%
BLUE value IS 212 (83.20% from 255) = 44.92%
R=28.39%
G=26.69%
B=44.92%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1341262120.370.4100.17245.585066.27
Hex867ED42529011f63242
Octal206176324455102136662102
Binary10000110111111011010100100101101001010001111101101100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867ED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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