#857DD8

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

Shades of Moody Blue #857DD8

Tints of Moody Blue #857DD8

Color information

#857DD8 (or 0x857DD8) is unknown color: approx Moody Blue. HEX triplet: 85, 7D and D8. RGB value is (133,125,216). Sum of RGB (Red+Green+Blue) = 133+125+216=474 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.06% from 474); Green value is 125 (49.22% from 255 or 26.37% from 474); Blue value is 216 (84.77% from 255 or 45.57% from 474); Max value from RGB is 216 - color contains mainly: blue. Hex color #857DD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #857DD8 is #7A8227. Grayscale: #898989. Windows color (decimal): -8028712 or 14187909. OLE color: 14187909.

HSL color Cylindrical-coordinate representation of color #857DD8: hue angle of 245.27º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #857DD8 is Cyan = 0.38, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB133125216-
CMYK0.380.4200.15
HSL245.27º53.85%66.86%-
HSV(B)245.27º42.13%84.71%-
XYZ29.424.6168.17-
YUV137.77172.15124.6-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.06%
GREEN value IS 125 (49.22% from 255) = 26.37%
BLUE value IS 216 (84.77% from 255) = 45.57%
R=28.06%
G=26.37%
B=45.57%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1331252160.380.4200.15245.2753.8566.86
Hex857DD8262A0Ff53643
Octal205175330465201736566103
Binary1000010111111011101100010011010101001111111101011101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857DD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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