#857DB7

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

Shades of Moody Blue #857DB7

Tints of Moody Blue #857DB7

Color information

#857DB7 (or 0x857DB7) is unknown color: approx Moody Blue. HEX triplet: 85, 7D and B7. RGB value is (133,125,183). Sum of RGB (Red+Green+Blue) = 133+125+183=441 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.16% from 441); Green value is 125 (49.22% from 255 or 28.34% from 441); Blue value is 183 (71.88% from 255 or 41.50% from 441); Max value from RGB is 183 - color contains mainly: blue. Hex color #857DB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #857DB7 is #7A8248. Grayscale: #858585. Windows color (decimal): -8028745 or 12025221. OLE color: 12025221.

HSL color Cylindrical-coordinate representation of color #857DB7: hue angle of 248.28º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #857DB7 is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB133125183-
CMYK0.270.3200.28
HSL248.28º28.71%60.39%-
HSV(B)248.28º31.69%71.76%-
XYZ25.5523.0747.91-
YUV134155.65127.28-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.16%
GREEN value IS 125 (49.22% from 255) = 28.34%
BLUE value IS 183 (71.88% from 255) = 41.50%
R=30.16%
G=28.34%
B=41.50%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1331251830.270.3200.28248.2828.7160.39
Hex857DB71B2001Cf81d3c
Octal20517526733400343703574
Binary10000101111110110110111110111000000111001111100011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857DB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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