#857ECF

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

Shades of Moody Blue #857ECF

Tints of Moody Blue #857ECF

Color information

#857ECF (or 0x857ECF) is unknown color: approx Moody Blue. HEX triplet: 85, 7E and CF. RGB value is (133,126,207). Sum of RGB (Red+Green+Blue) = 133+126+207=466 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.54% from 466); Green value is 126 (49.61% from 255 or 27.04% from 466); Blue value is 207 (81.25% from 255 or 44.42% from 466); Max value from RGB is 207 - color contains mainly: blue. Hex color #857ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #857ECF is #7A8130. Grayscale: #898989. Windows color (decimal): -8028465 or 13598341. OLE color: 13598341.

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

Color convert

RGB133126207-
CMYK0.360.3900.19
HSL245.19º45.76%65.29%-
HSV(B)245.19º39.13%81.18%-
XYZ28.424.4162.25-
YUV137.33167.32124.91-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.54%
GREEN value IS 126 (49.61% from 255) = 27.04%
BLUE value IS 207 (81.25% from 255) = 44.42%
R=28.54%
G=27.04%
B=44.42%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1331262070.360.3900.19245.1945.7665.29
Hex857ECF2427013f52e41
Octal205176317444702336556101
Binary10000101111111011001111100100100111010011111101011011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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