#857DCC

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

Shades of Moody Blue #857DCC

Tints of Moody Blue #857DCC

Color information

#857DCC (or 0x857DCC) is unknown color: approx Moody Blue. HEX triplet: 85, 7D and CC. RGB value is (133,125,204). Sum of RGB (Red+Green+Blue) = 133+125+204=462 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.79% from 462); Green value is 125 (49.22% from 255 or 27.06% from 462); Blue value is 204 (80.08% from 255 or 44.16% from 462); Max value from RGB is 204 - color contains mainly: blue. Hex color #857DCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #857DCC is #7A8233. Grayscale: #888888. Windows color (decimal): -8028724 or 13401477. OLE color: 13401477.

HSL color Cylindrical-coordinate representation of color #857DCC: hue angle of 246.08º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #857DCC is Cyan = 0.35, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB133125204-
CMYK0.350.3900.2
HSL246.08º43.65%64.51%-
HSV(B)246.08º38.73%80%-
XYZ27.9124.0160.29-
YUV136.4166.15125.58-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.79%
GREEN value IS 125 (49.22% from 255) = 27.06%
BLUE value IS 204 (80.08% from 255) = 44.16%
R=28.79%
G=27.06%
B=44.16%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1331252040.350.3900.2246.0843.6564.51
Hex857DCC2327014f62c41
Octal205175314434702436654101
Binary10000101111110111001100100011100111010100111101101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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