#857CDF

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

Shades of Moody Blue #857CDF

Tints of Moody Blue #857CDF

Color information

#857CDF (or 0x857CDF) is unknown color: approx Moody Blue. HEX triplet: 85, 7C and DF. RGB value is (133,124,223). Sum of RGB (Red+Green+Blue) = 133+124+223=480 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.71% from 480); Green value is 124 (48.83% from 255 or 25.83% from 480); Blue value is 223 (87.5% from 255 or 46.46% from 480); Max value from RGB is 223 - color contains mainly: blue. Hex color #857CDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #857CDF is #7A8320. Grayscale: #898989. Windows color (decimal): -8028961 or 14646405. OLE color: 14646405.

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

Color convert

RGB133124223-
CMYK0.400.4400.13
HSL245.45º60.74%68.04%-
HSV(B)245.45º44.39%87.45%-
XYZ30.224.7372.99-
YUV137.98175.98124.45-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.71%
GREEN value IS 124 (48.83% from 255) = 25.83%
BLUE value IS 223 (87.5% from 255) = 46.46%
R=27.71%
G=25.83%
B=46.46%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1331242230.400.4400.13245.4560.7468.04
Hex857CDF282C0Df53d44
Octal205174337505401536575104
Binary1000010111111001101111110100010110001101111101011111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857CDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,124,223); }

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

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

 a { background-color: rgb(133,124,223); }

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

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

 span { border-color: rgb(133,124,223); }

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