Html Css Color HEX #894AFF Medium Slate Blue

📋 copy color: '#894AFF'

red 137 ◦ green 74 ◦ blue 255

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

Shades of Medium Slate Blue #894AFF

Tints of Medium Slate Blue #894AFF

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.88%

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

R = 29.4%
G = 15.88%
B = 54.72%

CMYK

 C value IS 0.46

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#894AFF (or 0x894AFF) is known color: Medium Slate Blue. HEX triplet: 89, 4A and FF. RGB value is (137,74,255). Sum of RGB (Red+Green+Blue) = 137+74+255=466 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.40% from 466); Green value is 74 (29.30% from 255 or 15.88% from 466); Blue value is 255 (100% from 255 or 54.72% from 466); Max value from RGB is 255 - color contains mainly: blue. Hex color #894AFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #894AFF is #76B500. Grayscale: #707070. Windows color (decimal): -7779585 or 16730761. OLE color: 16730761.

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

Color convert

RGB 137 74 255 -
CMYK 0.46 0.71 0 0
HSL 260.88º 1% 0.65% -
HSV(B) 260.88º 0.71% 1% -
XYZ 30.82 17.44 96.35 -
YUV 113.47 207.87 144.78 -
System Red Green Blue C M Y K H S L
Decimal 137 74 255 0.46 0.71 0 0 260.88 1 0.65
Hex 89 4A FF 2E 47 0 0 105 64 41
Octal 211 112 377 56 107 0 0 405 144 101
Binary 10001001 1001010 11111111 101110 1000111 0 0 100000101 1100100 1000001

Color Harmonies of #894AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894AFF

Black with #894AFF

Text Example


Text Example

White with #894AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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