#857ED4

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

Shades of Moody Blue #857ED4

Tints of Moody Blue #857ED4

Color information

#857ED4 (or 0x857ED4) is unknown color: approx Moody Blue. HEX triplet: 85, 7E and D4. RGB value is (133,126,212). Sum of RGB (Red+Green+Blue) = 133+126+212=471 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.24% from 471); Green value is 126 (49.61% from 255 or 26.75% from 471); Blue value is 212 (83.20% from 255 or 45.01% from 471); Max value from RGB is 212 - color contains mainly: blue. Hex color #857ED4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #857ED4 is #7A812B. Grayscale: #898989. Windows color (decimal): -8028460 or 13926021. OLE color: 13926021.

HSL color Cylindrical-coordinate representation of color #857ED4: hue angle of 244.88º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #857ED4 is Cyan = 0.37, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB133126212-
CMYK0.370.4100.17
HSL244.88º50%66.27%-
HSV(B)244.88º40.57%83.14%-
XYZ29.0224.6665.52-
YUV137.9169.82124.51-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.24%
GREEN value IS 126 (49.61% from 255) = 26.75%
BLUE value IS 212 (83.20% from 255) = 45.01%
R=28.24%
G=26.75%
B=45.01%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1331262120.370.4100.17244.885066.27
Hex857ED42529011f53242
Octal205176324455102136562102
Binary10000101111111011010100100101101001010001111101011100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857ED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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