#857EB1

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

Shades of Moody Blue #857EB1

Tints of Moody Blue #857EB1

Color information

#857EB1 (or 0x857EB1) is unknown color: approx Moody Blue. HEX triplet: 85, 7E and B1. RGB value is (133,126,177). Sum of RGB (Red+Green+Blue) = 133+126+177=436 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.50% from 436); Green value is 126 (49.61% from 255 or 28.90% from 436); Blue value is 177 (69.53% from 255 or 40.60% from 436); Max value from RGB is 177 - color contains mainly: blue. Hex color #857EB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857EB1 is #7A814E. Grayscale: #858585. Windows color (decimal): -8028495 or 11632261. OLE color: 11632261.

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

Color convert

RGB133126177-
CMYK0.250.2900.31
HSL248.24º24.64%59.41%-
HSV(B)248.24º28.81%69.41%-
XYZ25.0723.0844.73-
YUV133.91152.32127.35-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.50%
GREEN value IS 126 (49.61% from 255) = 28.90%
BLUE value IS 177 (69.53% from 255) = 40.60%
R=30.50%
G=28.90%
B=40.60%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1331261770.250.2900.31248.2424.6459.41
Hex857EB1191D01Ff8193b
Octal20517626131350373703173
Binary1000010111111101011000111001111010111111111100011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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