#857eb5

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

Shades of Moody Blue #857EB5

Tints of Moody Blue #857EB5

Color information

#857EB5 (or 0x857EB5) is unknown color: approx Moody Blue. HEX triplet: 85, 7E and B5. RGB value is (133,126,181). Sum of RGB (Red+Green+Blue) = 133+126+181=440 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.23% from 440); Green value is 126 (49.61% from 255 or 28.64% from 440); Blue value is 181 (71.09% from 255 or 41.14% from 440); Max value from RGB is 181 - color contains mainly: blue. Hex color #857EB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #857EB5 is #7A814A. Grayscale: #868686. Windows color (decimal): -8028491 or 11894405. OLE color: 11894405.

HSL color Cylindrical-coordinate representation of color #857EB5: hue angle of 247.64º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #857EB5 is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB133126181-
CMYK0.270.3000.29
HSL247.64º27.09%60.2%-
HSV(B)247.64º30.39%70.98%-
XYZ25.4723.2446.86-
YUV134.36154.32127.03-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.23%
GREEN value IS 126 (49.61% from 255) = 28.64%
BLUE value IS 181 (71.09% from 255) = 41.14%
R=30.23%
G=28.64%
B=41.14%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1331261810.270.3000.29247.6427.0960.2
Hex857EB51B1E01Df81b3c
Octal20517626533360353703374
Binary1000010111111101011010111011111100111011111100011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857eb5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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