#894cf7

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

Shades of Medium Slate Blue #894CF7

Tints of Medium Slate Blue #894CF7

Color information

#894CF7 (or 0x894CF7) is unknown color: approx Medium Slate Blue. HEX triplet: 89, 4C and F7. RGB value is (137,76,247). Sum of RGB (Red+Green+Blue) = 137+76+247=460 (60% of max value = 765). Red value is 137 (53.91% from 255 or 29.78% from 460); Green value is 76 (30.08% from 255 or 16.52% from 460); Blue value is 247 (96.88% from 255 or 53.70% from 460); Max value from RGB is 247 - color contains mainly: blue. Hex color #894CF7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #894CF7 is #76B308. Grayscale: #717171. Windows color (decimal): -7779081 or 16206985. OLE color: 16206985.

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

Color convert

RGB13776247-
CMYK0.450.6900.03
HSL261.4º91.44%63.33%-
HSV(B)261.4º69.23%96.86%-
XYZ29.6917.289.75-
YUV113.73203.21144.6-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 29.78%
GREEN value IS 76 (30.08% from 255) = 16.52%
BLUE value IS 247 (96.88% from 255) = 53.70%
R=29.78%
G=16.52%
B=53.70%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal137762470.450.6900.03261.491.4463.33
Hex894CF72D45031055b3f
Octal211114367551050340513377
Binary1000100110011001111011110110110001010111000001011011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894cf7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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