#857AEC

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

Shades of Medium Slate Blue #857AEC

Tints of Medium Slate Blue #857AEC

Color information

#857AEC (or 0x857AEC) is unknown color: approx Medium Slate Blue. HEX triplet: 85, 7A and EC. RGB value is (133,122,236). Sum of RGB (Red+Green+Blue) = 133+122+236=491 (65% of max value = 765). Red value is 133 (52.34% from 255 or 27.09% from 491); Green value is 122 (48.05% from 255 or 24.85% from 491); Blue value is 236 (92.58% from 255 or 48.07% from 491); Max value from RGB is 236 - color contains mainly: blue. Hex color #857AEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #857AEC is #7A8513. Grayscale: #898989. Windows color (decimal): -8029460 or 15497861. OLE color: 15497861.

HSL color Cylindrical-coordinate representation of color #857AEC: hue angle of 245.79º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #857AEC is Cyan = 0.44, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB133122236-
CMYK0.440.4800.07
HSL245.79º75%70.2%-
HSV(B)245.79º48.31%92.55%-
XYZ31.7724.9682.5-
YUV138.28183.14124.23-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.09%
GREEN value IS 122 (48.05% from 255) = 24.85%
BLUE value IS 236 (92.58% from 255) = 48.07%
R=27.09%
G=24.85%
B=48.07%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1331222360.440.4800.07245.797570.2
Hex857AEC2C3007f64b46
Octal205172354546007366113106
Binary1000010111110101110110010110011000001111111011010010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857AEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,122,236); }

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

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

 a { background-color: rgb(133,122,236); }

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

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

 span { border-color: rgb(133,122,236); }

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