#857DB6

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

Shades of Moody Blue #857DB6

Tints of Moody Blue #857DB6

Color information

#857DB6 (or 0x857DB6) is unknown color: approx Moody Blue. HEX triplet: 85, 7D and B6. RGB value is (133,125,182). Sum of RGB (Red+Green+Blue) = 133+125+182=440 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.23% from 440); Green value is 125 (49.22% from 255 or 28.41% from 440); Blue value is 182 (71.48% from 255 or 41.36% from 440); Max value from RGB is 182 - color contains mainly: blue. Hex color #857DB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #857DB6 is #7A8249. Grayscale: #858585. Windows color (decimal): -8028746 or 11959685. OLE color: 11959685.

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

Color convert

RGB133125182-
CMYK0.270.3100.29
HSL248.42º28.08%60.2%-
HSV(B)248.42º31.32%71.37%-
XYZ25.4523.0347.36-
YUV133.89155.15127.37-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.23%
GREEN value IS 125 (49.22% from 255) = 28.41%
BLUE value IS 182 (71.48% from 255) = 41.36%
R=30.23%
G=28.41%
B=41.36%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1331251820.270.3100.29248.4228.0860.2
Hex857DB61B1F01Df81c3c
Octal20517526633370353703474
Binary1000010111111011011011011011111110111011111100011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857DB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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