#894BF6

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

Shades of Medium Slate Blue #894BF6

Tints of Medium Slate Blue #894BF6

Color information

#894BF6 (or 0x894BF6) is unknown color: approx Medium Slate Blue. HEX triplet: 89, 4B and F6. RGB value is (137,75,246). Sum of RGB (Red+Green+Blue) = 137+75+246=458 (60% of max value = 765). Red value is 137 (53.91% from 255 or 29.91% from 458); Green value is 75 (29.69% from 255 or 16.38% from 458); Blue value is 246 (96.48% from 255 or 53.71% from 458); Max value from RGB is 246 - color contains mainly: blue. Hex color #894BF6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #894BF6 is #76B409. Grayscale: #707070. Windows color (decimal): -7779338 or 16141193. OLE color: 16141193.

HSL color Cylindrical-coordinate representation of color #894BF6: hue angle of 261.75º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #894BF6 is Cyan = 0.44, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB13775246-
CMYK0.440.7000.04
HSL261.75º90.48%62.94%-
HSV(B)261.75º69.51%96.47%-
XYZ29.471788.92-
YUV113.03203.04145.1-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 29.91%
GREEN value IS 75 (29.69% from 255) = 16.38%
BLUE value IS 246 (96.48% from 255) = 53.71%
R=29.91%
G=16.38%
B=53.71%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal137752460.440.7000.04261.7590.4862.94
Hex894BF62C46041065a3f
Octal211113366541060440613277
Binary10001001100101111110110101100100011001001000001101011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894BF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,75,246); }

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

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

 a { background-color: rgb(137,75,246); }

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

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

 span { border-color: rgb(137,75,246); }

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