Html Css Color HEX #894DF9 Medium Slate Blue

📋 copy color: '#894DF9'

red 137 ◦ green 77 ◦ blue 249

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

Shades of Medium Slate Blue #894DF9

Tints of Medium Slate Blue #894DF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 53.78%

R = 29.59%
G = 16.63%
B = 53.78%

CMYK

 C value IS 0.45

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#894DF9 (or 0x894DF9) is known color: Medium Slate Blue. HEX triplet: 89, 4D and F9. RGB value is (137,77,249). Sum of RGB (Red+Green+Blue) = 137+77+249=463 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.59% from 463); Green value is 77 (30.47% from 255 or 16.63% from 463); Blue value is 249 (97.66% from 255 or 53.78% from 463); Max value from RGB is 249 - color contains mainly: blue. Hex color #894DF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #894DF9 is #76B206. Grayscale: #717171. Windows color (decimal): -7778823 or 16338313. OLE color: 16338313.

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

Color convert

RGB 137 77 249 -
CMYK 0.45 0.69 0 0.02
HSL 260.93º 0.93% 0.64% -
HSV(B) 260.93º 0.69% 0.98% -
XYZ 30.07 17.47 91.41 -
YUV 114.55 203.88 144.01 -
System Red Green Blue C M Y K H S L
Decimal 137 77 249 0.45 0.69 0 0.02 260.93 0.93 0.64
Hex 89 4D F9 2D 45 0 2 105 5D 40
Octal 211 115 371 55 105 0 2 405 135 100
Binary 10001001 1001101 11111001 101101 1000101 0 10 100000101 1011101 1000000

Color Harmonies of #894DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894DF9

Black with #894DF9

Text Example


Text Example

White with #894DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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