#857CCC

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

Shades of Moody Blue #857CCC

Tints of Moody Blue #857CCC

Color information

#857CCC (or 0x857CCC) is unknown color: approx Moody Blue. HEX triplet: 85, 7C and CC. RGB value is (133,124,204). Sum of RGB (Red+Green+Blue) = 133+124+204=461 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.85% from 461); Green value is 124 (48.83% from 255 or 26.90% from 461); Blue value is 204 (80.08% from 255 or 44.25% from 461); Max value from RGB is 204 - color contains mainly: blue. Hex color #857CCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #857CCC is #7A8333. Grayscale: #878787. Windows color (decimal): -8028980 or 13401221. OLE color: 13401221.

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

Color convert

RGB133124204-
CMYK0.350.3900.2
HSL246.75º43.96%64.31%-
HSV(B)246.75º39.22%80%-
XYZ27.7823.7660.25-
YUV135.81166.48126-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.85%
GREEN value IS 124 (48.83% from 255) = 26.90%
BLUE value IS 204 (80.08% from 255) = 44.25%
R=28.85%
G=26.90%
B=44.25%

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
Decimal1331242040.350.3900.2246.7543.9664.31
Hex857CCC2327014f72c40
Octal205174314434702436754100
Binary10000101111110011001100100011100111010100111101111011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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