#894DEE

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

Shades of Medium Slate Blue #894DEE

Tints of Medium Slate Blue #894DEE

Color information

#894DEE (or 0x894DEE) is unknown color: approx Medium Slate Blue. HEX triplet: 89, 4D and EE. RGB value is (137,77,238). Sum of RGB (Red+Green+Blue) = 137+77+238=452 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.31% from 452); Green value is 77 (30.47% from 255 or 17.04% from 452); Blue value is 238 (93.36% from 255 or 52.65% from 452); Max value from RGB is 238 - color contains mainly: blue. Hex color #894DEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #894DEE is #76B211. Grayscale: #707070. Windows color (decimal): -7778834 or 15617417. OLE color: 15617417.

HSL color Cylindrical-coordinate representation of color #894DEE: hue angle of 262.36º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #894DEE is Cyan = 0.42, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB13777238-
CMYK0.420.6800.07
HSL262.36º82.56%61.76%-
HSV(B)262.36º67.65%93.33%-
XYZ28.416.882.63-
YUV113.29198.38144.91-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 30.31%
GREEN value IS 77 (30.47% from 255) = 17.04%
BLUE value IS 238 (93.36% from 255) = 52.65%
R=30.31%
G=17.04%
B=52.65%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal137772380.420.6800.07262.3682.5661.76
Hex894DEE2A4407106533e
Octal211115356521040740612376
Binary10001001100110111101110101010100010001111000001101010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,77,238); }

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

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

 a { background-color: rgb(137,77,238); }

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

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

 span { border-color: rgb(137,77,238); }

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