#857DD1

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

Shades of Moody Blue #857DD1

Tints of Moody Blue #857DD1

Color information

#857DD1 (or 0x857DD1) is unknown color: approx Moody Blue. HEX triplet: 85, 7D and D1. RGB value is (133,125,209). Sum of RGB (Red+Green+Blue) = 133+125+209=467 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.48% from 467); Green value is 125 (49.22% from 255 or 26.77% from 467); Blue value is 209 (82.03% from 255 or 44.75% from 467); Max value from RGB is 209 - color contains mainly: blue. Hex color #857DD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #857DD1 is #7A822E. Grayscale: #888888. Windows color (decimal): -8028719 or 13729157. OLE color: 13729157.

HSL color Cylindrical-coordinate representation of color #857DD1: hue angle of 245.71º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #857DD1 is Cyan = 0.36, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB133125209-
CMYK0.360.4000.18
HSL245.71º47.73%65.49%-
HSV(B)245.71º40.19%81.96%-
XYZ28.5224.2663.5-
YUV136.97168.65125.17-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.48%
GREEN value IS 125 (49.22% from 255) = 26.77%
BLUE value IS 209 (82.03% from 255) = 44.75%
R=28.48%
G=26.77%
B=44.75%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1331252090.360.4000.18245.7147.7365.49
Hex857DD12428012f63041
Octal205175321445002236660101
Binary10000101111110111010001100100101000010010111101101100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857DD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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