#857DC1

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

Shades of Moody Blue #857DC1

Tints of Moody Blue #857DC1

Color information

#857DC1 (or 0x857DC1) is unknown color: approx Moody Blue. HEX triplet: 85, 7D and C1. RGB value is (133,125,193). Sum of RGB (Red+Green+Blue) = 133+125+193=451 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.49% from 451); Green value is 125 (49.22% from 255 or 27.72% from 451); Blue value is 193 (75.78% from 255 or 42.79% from 451); Max value from RGB is 193 - color contains mainly: blue. Hex color #857DC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #857DC1 is #7A823E. Grayscale: #868686. Windows color (decimal): -8028735 or 12680581. OLE color: 12680581.

HSL color Cylindrical-coordinate representation of color #857DC1: hue angle of 247.06º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #857DC1 is Cyan = 0.31, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB133125193-
CMYK0.310.3500.24
HSL247.06º35.42%62.35%-
HSV(B)247.06º35.23%75.69%-
XYZ26.6323.553.59-
YUV135.14160.65126.47-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.49%
GREEN value IS 125 (49.22% from 255) = 27.72%
BLUE value IS 193 (75.78% from 255) = 42.79%
R=29.49%
G=27.72%
B=42.79%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1331251930.310.3500.24247.0635.4262.35
Hex857DC11F23018f7233e
Octal20517530137430303674376
Binary100001011111101110000011111110001101100011110111100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,125,193); }

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

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

 a { background-color: rgb(133,125,193); }

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

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

 span { border-color: rgb(133,125,193); }

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