#894DF3

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

Shades of Medium Slate Blue #894DF3

Tints of Medium Slate Blue #894DF3

Color information

#894DF3 (or 0x894DF3) is unknown color: approx Medium Slate Blue. HEX triplet: 89, 4D and F3. RGB value is (137,77,243). Sum of RGB (Red+Green+Blue) = 137+77+243=457 (60% of max value = 765). Red value is 137 (53.91% from 255 or 29.98% from 457); Green value is 77 (30.47% from 255 or 16.85% from 457); Blue value is 243 (95.31% from 255 or 53.17% from 457); Max value from RGB is 243 - color contains mainly: blue. Hex color #894DF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #894DF3 is #76B20C. Grayscale: #717171. Windows color (decimal): -7778829 or 15945097. OLE color: 15945097.

HSL color Cylindrical-coordinate representation of color #894DF3: hue angle of 261.69º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #894DF3 is Cyan = 0.44, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB13777243-
CMYK0.440.6800.05
HSL261.69º87.37%62.75%-
HSV(B)261.69º68.31%95.29%-
XYZ29.1517.186.56-
YUV113.86200.88144.5-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 29.98%
GREEN value IS 77 (30.47% from 255) = 16.85%
BLUE value IS 243 (95.31% from 255) = 53.17%
R=29.98%
G=16.85%
B=53.17%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal137772430.440.6800.05261.6987.3762.75
Hex894DF32C4405106573f
Octal211115363541040540612777
Binary10001001100110111110011101100100010001011000001101010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894DF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894DF3; }

 p { color: rgb(137,77,243); }

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

<style>
 a { background-color: #894DF3; }

 a { background-color: rgb(137,77,243); }

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

<style>
 span { border-color: #894DF3; }

 span { border-color: rgb(137,77,243); }

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