Html Css Color HEX #894AF9 Medium Slate Blue

📋 copy color: '#894AF9'

red 137 ◦ green 74 ◦ blue 249

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

Shades of Medium Slate Blue #894AF9

Tints of Medium Slate Blue #894AF9

RGB

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

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

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

R = 29.78%
G = 16.09%
B = 54.13%

CMYK

 C value IS 0.45

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#894AF9 (or 0x894AF9) is known color: Medium Slate Blue. HEX triplet: 89, 4A and F9. RGB value is (137,74,249). Sum of RGB (Red+Green+Blue) = 137+74+249=460 (60% of max value = 765). Red value is 137 (53.91% from 255 or 29.78% from 460); Green value is 74 (29.30% from 255 or 16.09% from 460); Blue value is 249 (97.66% from 255 or 54.13% from 460); Max value from RGB is 249 - color contains mainly: blue. Hex color #894AF9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #894AF9 is #76B506. Grayscale: #707070. Windows color (decimal): -7779591 or 16337545. OLE color: 16337545.

HSL color Cylindrical-coordinate representation of color #894AF9: hue angle of 261.6º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #894AF9 is Cyan = 0.45, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 137 74 249 -
CMYK 0.45 0.70 0 0.02
HSL 261.6º 0.94% 0.63% -
HSV(B) 261.6º 0.7% 0.98% -
XYZ 29.86 17.06 91.34 -
YUV 112.79 204.87 145.27 -
System Red Green Blue C M Y K H S L
Decimal 137 74 249 0.45 0.70 0 0.02 261.6 0.94 0.63
Hex 89 4A F9 2D 46 0 2 106 5E 3F
Octal 211 112 371 55 106 0 2 406 136 77
Binary 10001001 1001010 11111001 101101 1000110 0 10 100000110 1011110 111111

Color Harmonies of #894AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894AF9

Black with #894AF9

Text Example


Text Example

White with #894AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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