#857EDF

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

Shades of Moody Blue #857EDF

Tints of Moody Blue #857EDF

Color information

#857EDF (or 0x857EDF) is unknown color: approx Moody Blue. HEX triplet: 85, 7E and DF. RGB value is (133,126,223). Sum of RGB (Red+Green+Blue) = 133+126+223=482 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.59% from 482); Green value is 126 (49.61% from 255 or 26.14% from 482); Blue value is 223 (87.5% from 255 or 46.27% from 482); Max value from RGB is 223 - color contains mainly: blue. Hex color #857EDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #857EDF is #7A8120. Grayscale: #8A8A8A. Windows color (decimal): -8028449 or 14646917. OLE color: 14646917.

HSL color Cylindrical-coordinate representation of color #857EDF: hue angle of 244.33º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #857EDF is Cyan = 0.40, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB133126223-
CMYK0.400.4300.13
HSL244.33º60.25%68.43%-
HSV(B)244.33º43.5%87.45%-
XYZ30.4525.2473.08-
YUV139.15175.32123.61-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.59%
GREEN value IS 126 (49.61% from 255) = 26.14%
BLUE value IS 223 (87.5% from 255) = 46.27%
R=27.59%
G=26.14%
B=46.27%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1331262230.400.4300.13244.3360.2568.43
Hex857EDF282B0Df43c44
Octal205176337505301536474104
Binary1000010111111101101111110100010101101101111101001111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857EDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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