Html Css Color HEX #894DFF Medium Slate Blue

📋 copy color: '#894DFF'

red 137 ◦ green 77 ◦ blue 255

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

Shades of Medium Slate Blue #894DFF

Tints of Medium Slate Blue #894DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 54.37%

R = 29.21%
G = 16.42%
B = 54.37%

CMYK

 C value IS 0.46

 M value IS 0.70

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#894DFF (or 0x894DFF) is known color: Medium Slate Blue. HEX triplet: 89, 4D and FF. RGB value is (137,77,255). Sum of RGB (Red+Green+Blue) = 137+77+255=469 (62% of max value = 765). Red value is 137 (53.91% from 255 or 29.21% from 469); Green value is 77 (30.47% from 255 or 16.42% from 469); Blue value is 255 (100% from 255 or 54.37% from 469); Max value from RGB is 255 - color contains mainly: blue. Hex color #894DFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #894DFF is #76B200. Grayscale: #727272. Windows color (decimal): -7778817 or 16731529. OLE color: 16731529.

HSL color Cylindrical-coordinate representation of color #894DFF: hue angle of 260.22º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #894DFF is Cyan = 0.46, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 137 77 255 -
CMYK 0.46 0.70 0 0
HSL 260.22º 1% 0.65% -
HSV(B) 260.22º 0.7% 1% -
XYZ 31.02 17.85 96.42 -
YUV 115.23 206.88 143.53 -
System Red Green Blue C M Y K H S L
Decimal 137 77 255 0.46 0.70 0 0 260.22 1 0.65
Hex 89 4D FF 2E 46 0 0 104 64 41
Octal 211 115 377 56 106 0 0 404 144 101
Binary 10001001 1001101 11111111 101110 1000110 0 0 100000100 1100100 1000001

Color Harmonies of #894DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894DFF

Black with #894DFF

Text Example


Text Example

White with #894DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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