#894FE6

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

Shades of Medium Slate Blue #894FE6

Tints of Medium Slate Blue #894FE6

Color information

#894FE6 (or 0x894FE6) is unknown color: approx Medium Slate Blue. HEX triplet: 89, 4F and E6. RGB value is (137,79,230). Sum of RGB (Red+Green+Blue) = 137+79+230=446 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.72% from 446); Green value is 79 (31.25% from 255 or 17.71% from 446); Blue value is 230 (90.23% from 255 or 51.57% from 446); Max value from RGB is 230 - color contains mainly: blue. Hex color #894FE6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #894FE6 is #76B019. Grayscale: #717171. Windows color (decimal): -7778330 or 15093641. OLE color: 15093641.

HSL color Cylindrical-coordinate representation of color #894FE6: hue angle of 263.05º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #894FE6 is Cyan = 0.40, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB13779230-
CMYK0.400.6600.10
HSL263.05º75.12%60.59%-
HSV(B)263.05º65.65%90.2%-
XYZ27.416.6276.63-
YUV113.56193.72144.72-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 30.72%
GREEN value IS 79 (31.25% from 255) = 17.71%
BLUE value IS 230 (90.23% from 255) = 51.57%
R=30.72%
G=17.71%
B=51.57%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal137792300.400.6600.10263.0575.1260.59
Hex894FE628420A1074b3d
Octal2111173465010201240711375
Binary100010011001111111001101010001000010010101000001111001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894FE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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