#857CC1

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

Shades of Moody Blue #857CC1

Tints of Moody Blue #857CC1

Color information

#857CC1 (or 0x857CC1) is unknown color: approx Moody Blue. HEX triplet: 85, 7C and C1. RGB value is (133,124,193). Sum of RGB (Red+Green+Blue) = 133+124+193=450 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.56% from 450); Green value is 124 (48.83% from 255 or 27.56% from 450); Blue value is 193 (75.78% from 255 or 42.89% from 450); Max value from RGB is 193 - color contains mainly: blue. Hex color #857CC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #857CC1 is #7A833E. Grayscale: #868686. Windows color (decimal): -8028991 or 12680325. OLE color: 12680325.

HSL color Cylindrical-coordinate representation of color #857CC1: hue angle of 247.83º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #857CC1 is Cyan = 0.31, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB133124193-
CMYK0.310.3600.24
HSL247.83º35.75%62.16%-
HSV(B)247.83º35.75%75.69%-
XYZ26.5123.2553.54-
YUV134.56160.98126.89-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.56%
GREEN value IS 124 (48.83% from 255) = 27.56%
BLUE value IS 193 (75.78% from 255) = 42.89%
R=29.56%
G=27.56%
B=42.89%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1331241930.310.3600.24247.8335.7562.16
Hex857CC11F24018f8243e
Octal20517430137440303704476
Binary100001011111100110000011111110010001100011111000100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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