#857CDD

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

Shades of Moody Blue #857CDD

Tints of Moody Blue #857CDD

Color information

#857CDD (or 0x857CDD) is unknown color: approx Moody Blue. HEX triplet: 85, 7C and DD. RGB value is (133,124,221). Sum of RGB (Red+Green+Blue) = 133+124+221=478 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.82% from 478); Green value is 124 (48.83% from 255 or 25.94% from 478); Blue value is 221 (86.72% from 255 or 46.23% from 478); Max value from RGB is 221 - color contains mainly: blue. Hex color #857CDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #857CDD is #7A8322. Grayscale: #898989. Windows color (decimal): -8028963 or 14515333. OLE color: 14515333.

HSL color Cylindrical-coordinate representation of color #857CDD: hue angle of 245.57º degrees, saturation: 0.59, 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 #857CDD is Cyan = 0.40, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB133124221-
CMYK0.400.4400.13
HSL245.57º58.79%67.65%-
HSV(B)245.57º43.89%86.67%-
XYZ29.9324.6271.58-
YUV137.75174.98124.61-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.82%
GREEN value IS 124 (48.83% from 255) = 25.94%
BLUE value IS 221 (86.72% from 255) = 46.23%
R=27.82%
G=25.94%
B=46.23%

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
Decimal1331242210.400.4400.13245.5758.7967.65
Hex857CDD282C0Df63b44
Octal205174335505401536673104
Binary1000010111111001101110110100010110001101111101101110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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