#857ED8

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

Shades of Moody Blue #857ED8

Tints of Moody Blue #857ED8

Color information

#857ED8 (or 0x857ED8) is unknown color: approx Moody Blue. HEX triplet: 85, 7E and D8. RGB value is (133,126,216). Sum of RGB (Red+Green+Blue) = 133+126+216=475 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28% from 475); Green value is 126 (49.61% from 255 or 26.53% from 475); Blue value is 216 (84.77% from 255 or 45.47% from 475); Max value from RGB is 216 - color contains mainly: blue. Hex color #857ED8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #857ED8 is #7A8127. Grayscale: #898989. Windows color (decimal): -8028456 or 14188165. OLE color: 14188165.

HSL color Cylindrical-coordinate representation of color #857ED8: hue angle of 244.67º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #857ED8 is Cyan = 0.38, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB133126216-
CMYK0.380.4200.15
HSL244.67º53.57%67.06%-
HSV(B)244.67º41.67%84.71%-
XYZ29.5324.8768.21-
YUV138.35171.82124.18-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28%
GREEN value IS 126 (49.61% from 255) = 26.53%
BLUE value IS 216 (84.77% from 255) = 45.47%
R=28%
G=26.53%
B=45.47%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1331262160.380.4200.15244.6753.5767.06
Hex857ED8262A0Ff53643
Octal205176330465201736566103
Binary1000010111111101101100010011010101001111111101011101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857ED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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