Html Css Color HEX #894DEF Medium Slate Blue

📋 copy color: '#894DEF'

red 137 ◦ green 77 ◦ blue 239

#894DEF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Slate Blue #894DEF

Tints of Medium Slate Blue #894DEF

RGB

 RED value IS 137 (53.91% from 255) = 30.24%

 GREEN value IS 77 (30.47% from 255) = 17%

 BLUE value IS 239 (93.75% from 255) = 52.76%

R = 30.24%
G = 17%
B = 52.76%

CMYK

 C value IS 0.43

 M value IS 0.68

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#894DEF (or 0x894DEF) is known color: Medium Slate Blue. HEX triplet: 89, 4D and EF. RGB value is (137,77,239). Sum of RGB (Red+Green+Blue) = 137+77+239=453 (60% of max value = 765). Red value is 137 (53.91% from 255 or 30.24% from 453); Green value is 77 (30.47% from 255 or 17.00% from 453); Blue value is 239 (93.75% from 255 or 52.76% from 453); Max value from RGB is 239 - color contains mainly: blue. Hex color #894DEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #894DEF is #76B210. Grayscale: #707070. Windows color (decimal): -7778833 or 15682953. OLE color: 15682953.

HSL color Cylindrical-coordinate representation of color #894DEF: hue angle of 262.22º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #894DEF is Cyan = 0.43, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 137 77 239 -
CMYK 0.43 0.68 0 0.06
HSL 262.22º 0.84% 0.62% -
HSV(B) 262.22º 0.68% 0.94% -
XYZ 28.55 16.86 83.41 -
YUV 113.41 198.88 144.83 -
System Red Green Blue C M Y K H S L
Decimal 137 77 239 0.43 0.68 0 0.06 262.22 0.84 0.62
Hex 89 4D EF 2B 44 0 6 106 54 3E
Octal 211 115 357 53 104 0 6 406 124 76
Binary 10001001 1001101 11101111 101011 1000100 0 110 100000110 1010100 111110

Color Harmonies of #894DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894DEF

Black with #894DEF

Text Example


Text Example

White with #894DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #894DEF;
 }
 .AnyTagClassName
 {
   color: #894DEF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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