#857EB2

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

Shades of Moody Blue #857EB2

Tints of Moody Blue #857EB2

Color information

#857EB2 (or 0x857EB2) is unknown color: approx Moody Blue. HEX triplet: 85, 7E and B2. RGB value is (133,126,178). Sum of RGB (Red+Green+Blue) = 133+126+178=437 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.43% from 437); Green value is 126 (49.61% from 255 or 28.83% from 437); Blue value is 178 (69.92% from 255 or 40.73% from 437); Max value from RGB is 178 - color contains mainly: blue. Hex color #857EB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857EB2 is #7A814D. Grayscale: #858585. Windows color (decimal): -8028494 or 11697797. OLE color: 11697797.

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

Color convert

RGB133126178-
CMYK0.250.2900.30
HSL248.08º25.24%59.61%-
HSV(B)248.08º29.21%69.8%-
XYZ25.1723.1245.26-
YUV134.02152.82127.27-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.43%
GREEN value IS 126 (49.61% from 255) = 28.83%
BLUE value IS 178 (69.92% from 255) = 40.73%
R=30.43%
G=28.83%
B=40.73%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1331261780.250.2900.30248.0825.2459.61
Hex857EB2191D01Ef8193c
Octal20517626231350363703174
Binary1000010111111101011001011001111010111101111100011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857EB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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