#857EE0

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

Shades of Moody Blue #857EE0

Tints of Moody Blue #857EE0

Color information

#857EE0 (or 0x857EE0) is unknown color: approx Moody Blue. HEX triplet: 85, 7E and E0. RGB value is (133,126,224). Sum of RGB (Red+Green+Blue) = 133+126+224=483 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.54% from 483); Green value is 126 (49.61% from 255 or 26.09% from 483); Blue value is 224 (87.89% from 255 or 46.38% from 483); Max value from RGB is 224 - color contains mainly: blue. Hex color #857EE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #857EE0 is #7A811F. Grayscale: #8A8A8A. Windows color (decimal): -8028448 or 14712453. OLE color: 14712453.

HSL color Cylindrical-coordinate representation of color #857EE0: hue angle of 244.29º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #857EE0 is Cyan = 0.41, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB133126224-
CMYK0.410.4400.12
HSL244.29º61.25%68.63%-
HSV(B)244.29º43.75%87.84%-
XYZ30.5925.2973.79-
YUV139.26175.82123.53-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.54%
GREEN value IS 126 (49.61% from 255) = 26.09%
BLUE value IS 224 (87.89% from 255) = 46.38%
R=27.54%
G=26.09%
B=46.38%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1331262240.410.4400.12244.2961.2568.63
Hex857EE0292C0Cf43d45
Octal205176340515401436475105
Binary1000010111111101110000010100110110001100111101001111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857EE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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