#894FF7

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

Shades of Medium Slate Blue #894FF7

Tints of Medium Slate Blue #894FF7

Color information

#894FF7 (or 0x894FF7) is unknown color: approx Medium Slate Blue. HEX triplet: 89, 4F and F7. RGB value is (137,79,247). Sum of RGB (Red+Green+Blue) = 137+79+247=463 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.59% from 463); Green value is 79 (31.25% from 255 or 17.06% from 463); Blue value is 247 (96.88% from 255 or 53.35% from 463); Max value from RGB is 247 - color contains mainly: blue. Hex color #894FF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #894FF7 is #76B008. Grayscale: #727272. Windows color (decimal): -7778313 or 16207753. OLE color: 16207753.

HSL color Cylindrical-coordinate representation of color #894FF7: hue angle of 260.71º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #894FF7 is Cyan = 0.45, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB13779247-
CMYK0.450.6800.03
HSL260.71º91.3%63.92%-
HSV(B)260.71º68.02%96.86%-
XYZ29.917.6389.82-
YUV115.49202.22143.34-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 29.59%
GREEN value IS 79 (31.25% from 255) = 17.06%
BLUE value IS 247 (96.88% from 255) = 53.35%
R=29.59%
G=17.06%
B=53.35%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal137792470.450.6800.03260.7191.363.92
Hex894FF72D44031055b40
Octal2111173675510403405133100
Binary10001001100111111110111101101100010001110000010110110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894FF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,79,247); }

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

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

 a { background-color: rgb(137,79,247); }

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

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

 span { border-color: rgb(137,79,247); }

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