#857DC2

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

Shades of Moody Blue #857DC2

Tints of Moody Blue #857DC2

Color information

#857DC2 (or 0x857DC2) is unknown color: approx Moody Blue. HEX triplet: 85, 7D and C2. RGB value is (133,125,194). Sum of RGB (Red+Green+Blue) = 133+125+194=452 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.42% from 452); Green value is 125 (49.22% from 255 or 27.65% from 452); Blue value is 194 (76.17% from 255 or 42.92% from 452); Max value from RGB is 194 - color contains mainly: blue. Hex color #857DC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #857DC2 is #7A823D. Grayscale: #868686. Windows color (decimal): -8028734 or 12746117. OLE color: 12746117.

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

Color convert

RGB133125194-
CMYK0.310.3600.24
HSL246.96º36.13%62.55%-
HSV(B)246.96º35.57%76.08%-
XYZ26.7423.5554.17-
YUV135.26161.15126.39-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.42%
GREEN value IS 125 (49.22% from 255) = 27.65%
BLUE value IS 194 (76.17% from 255) = 42.92%
R=29.42%
G=27.65%
B=42.92%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1331251940.310.3600.24246.9636.1362.55
Hex857DC21F24018f7243f
Octal20517530237440303674477
Binary100001011111101110000101111110010001100011110111100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857DC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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