#857CDC

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

Shades of Moody Blue #857CDC

Tints of Moody Blue #857CDC

Color information

#857CDC (or 0x857CDC) is unknown color: approx Moody Blue. HEX triplet: 85, 7C and DC. RGB value is (133,124,220). Sum of RGB (Red+Green+Blue) = 133+124+220=477 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.88% from 477); Green value is 124 (48.83% from 255 or 26.00% from 477); Blue value is 220 (86.33% from 255 or 46.12% from 477); Max value from RGB is 220 - color contains mainly: blue. Hex color #857CDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #857CDC is #7A8323. Grayscale: #898989. Windows color (decimal): -8028964 or 14449797. OLE color: 14449797.

HSL color Cylindrical-coordinate representation of color #857CDC: hue angle of 245.62º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #857CDC is Cyan = 0.40, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB133124220-
CMYK0.400.4400.14
HSL245.62º57.83%67.45%-
HSV(B)245.62º43.64%86.27%-
XYZ29.824.5770.88-
YUV137.64174.48124.69-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.88%
GREEN value IS 124 (48.83% from 255) = 26.00%
BLUE value IS 220 (86.33% from 255) = 46.12%
R=27.88%
G=26.00%
B=46.12%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1331242200.400.4400.14245.6257.8367.45
Hex857CDC282C0Ef63a43
Octal205174334505401636672103
Binary1000010111111001101110010100010110001110111101101110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857CDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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