#857ED0

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

Shades of Moody Blue #857ED0

Tints of Moody Blue #857ED0

Color information

#857ED0 (or 0x857ED0) is unknown color: approx Moody Blue. HEX triplet: 85, 7E and D0. RGB value is (133,126,208). Sum of RGB (Red+Green+Blue) = 133+126+208=467 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.48% from 467); Green value is 126 (49.61% from 255 or 26.98% from 467); Blue value is 208 (81.64% from 255 or 44.54% from 467); Max value from RGB is 208 - color contains mainly: blue. Hex color #857ED0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #857ED0 is #7A812F. Grayscale: #898989. Windows color (decimal): -8028464 or 13663877. OLE color: 13663877.

HSL color Cylindrical-coordinate representation of color #857ED0: hue angle of 245.12º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #857ED0 is Cyan = 0.36, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB133126208-
CMYK0.360.3900.18
HSL245.12º46.59%65.49%-
HSV(B)245.12º39.42%81.57%-
XYZ28.5224.4662.89-
YUV137.44167.82124.83-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.48%
GREEN value IS 126 (49.61% from 255) = 26.98%
BLUE value IS 208 (81.64% from 255) = 44.54%
R=28.48%
G=26.98%
B=44.54%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1331262080.360.3900.18245.1246.5965.49
Hex857ED02427012f52f41
Octal205176320444702236557101
Binary10000101111111011010000100100100111010010111101011011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857ED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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