#857EDE

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

Shades of Moody Blue #857EDE

Tints of Moody Blue #857EDE

Color information

#857EDE (or 0x857EDE) is unknown color: approx Moody Blue. HEX triplet: 85, 7E and DE. RGB value is (133,126,222). Sum of RGB (Red+Green+Blue) = 133+126+222=481 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.65% from 481); Green value is 126 (49.61% from 255 or 26.20% from 481); Blue value is 222 (87.11% from 255 or 46.15% from 481); Max value from RGB is 222 - color contains mainly: blue. Hex color #857EDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #857EDE is #7A8121. Grayscale: #8A8A8A. Windows color (decimal): -8028450 or 14581381. OLE color: 14581381.

HSL color Cylindrical-coordinate representation of color #857EDE: hue angle of 244.38º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #857EDE is Cyan = 0.40, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB133126222-
CMYK0.400.4300.13
HSL244.38º59.26%68.24%-
HSV(B)244.38º43.24%87.06%-
XYZ30.3225.1872.37-
YUV139.04174.82123.69-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.65%
GREEN value IS 126 (49.61% from 255) = 26.20%
BLUE value IS 222 (87.11% from 255) = 46.15%
R=27.65%
G=26.20%
B=46.15%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1331262220.400.4300.13244.3859.2668.24
Hex857EDE282B0Df43b44
Octal205176336505301536473104
Binary1000010111111101101111010100010101101101111101001110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857EDE; }

 p { color: rgb(133,126,222); }

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

<style>
 a { background-color: #857EDE; }

 a { background-color: rgb(133,126,222); }

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

<style>
 span { border-color: #857EDE; }

 span { border-color: rgb(133,126,222); }

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