#867EE1

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

Shades of Moody Blue #867EE1

Tints of Moody Blue #867EE1

Color information

#867EE1 (or 0x867EE1) is unknown color: approx Moody Blue. HEX triplet: 86, 7E and E1. RGB value is (134,126,225). Sum of RGB (Red+Green+Blue) = 134+126+225=485 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.63% from 485); Green value is 126 (49.61% from 255 or 25.98% from 485); Blue value is 225 (88.28% from 255 or 46.39% from 485); Max value from RGB is 225 - color contains mainly: blue. Hex color #867EE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #867EE1 is #79811E. Grayscale: #8B8B8B. Windows color (decimal): -7962911 or 14777990. OLE color: 14777990.

HSL color Cylindrical-coordinate representation of color #867EE1: hue angle of 244.85º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #867EE1 is Cyan = 0.40, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB134126225-
CMYK0.400.4400.12
HSL244.85º62.26%68.82%-
HSV(B)244.85º44%88.24%-
XYZ30.8825.4374.51-
YUV139.68176.15123.95-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.63%
GREEN value IS 126 (49.61% from 255) = 25.98%
BLUE value IS 225 (88.28% from 255) = 46.39%
R=27.63%
G=25.98%
B=46.39%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1341262250.400.4400.12244.8562.2668.82
Hex867EE1282C0Cf53e45
Octal206176341505401436576105
Binary1000011011111101110000110100010110001100111101011111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867EE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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