#894FF9

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

Shades of Medium Slate Blue #894FF9

Tints of Medium Slate Blue #894FF9

Color information

#894FF9 (or 0x894FF9) is unknown color: approx Medium Slate Blue. HEX triplet: 89, 4F and F9. RGB value is (137,79,249). Sum of RGB (Red+Green+Blue) = 137+79+249=465 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.46% from 465); Green value is 79 (31.25% from 255 or 16.99% from 465); Blue value is 249 (97.66% from 255 or 53.55% from 465); Max value from RGB is 249 - color contains mainly: blue. Hex color #894FF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #894FF9 is #76B006. Grayscale: #737373. Windows color (decimal): -7778311 or 16338825. OLE color: 16338825.

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

Color convert

RGB13779249-
CMYK0.450.6800.02
HSL260.47º93.41%64.31%-
HSV(B)260.47º68.27%97.65%-
XYZ30.2117.7591.46-
YUV115.72203.22143.18-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 29.46%
GREEN value IS 79 (31.25% from 255) = 16.99%
BLUE value IS 249 (97.66% from 255) = 53.55%
R=29.46%
G=16.99%
B=53.55%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal137792490.450.6800.02260.4793.4164.31
Hex894FF92D44021045d40
Octal2111173715510402404135100
Binary10001001100111111111001101101100010001010000010010111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894FF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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