#857ED5

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

Shades of Moody Blue #857ED5

Tints of Moody Blue #857ED5

Color information

#857ED5 (or 0x857ED5) is unknown color: approx Moody Blue. HEX triplet: 85, 7E and D5. RGB value is (133,126,213). Sum of RGB (Red+Green+Blue) = 133+126+213=472 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.18% from 472); Green value is 126 (49.61% from 255 or 26.69% from 472); Blue value is 213 (83.59% from 255 or 45.13% from 472); Max value from RGB is 213 - color contains mainly: blue. Hex color #857ED5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #857ED5 is #7A812A. Grayscale: #898989. Windows color (decimal): -8028459 or 13991557. OLE color: 13991557.

HSL color Cylindrical-coordinate representation of color #857ED5: hue angle of 244.83º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #857ED5 is Cyan = 0.38, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB133126213-
CMYK0.380.4100.16
HSL244.83º50.88%66.47%-
HSV(B)244.83º40.85%83.53%-
XYZ29.1424.7166.18-
YUV138.01170.32124.43-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.18%
GREEN value IS 126 (49.61% from 255) = 26.69%
BLUE value IS 213 (83.59% from 255) = 45.13%
R=28.18%
G=26.69%
B=45.13%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1331262130.380.4100.16244.8350.8866.47
Hex857ED52629010f53342
Octal205176325465102036563102
Binary10000101111111011010101100110101001010000111101011100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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