Html Css Color HEX #894FEF Medium Slate Blue

📋 copy color: '#894FEF'

red 137 ◦ green 79 ◦ blue 239

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

Shades of Medium Slate Blue #894FEF

Tints of Medium Slate Blue #894FEF

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.36%

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

R = 30.11%
G = 17.36%
B = 52.53%

CMYK

 C value IS 0.43

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#894FEF (or 0x894FEF) is known color: Medium Slate Blue. HEX triplet: 89, 4F and EF. RGB value is (137,79,239). Sum of RGB (Red+Green+Blue) = 137+79+239=455 (60% of max value = 765). Red value is 137 (53.91% from 255 or 30.11% from 455); Green value is 79 (31.25% from 255 or 17.36% from 455); Blue value is 239 (93.75% from 255 or 52.53% from 455); Max value from RGB is 239 - color contains mainly: blue. Hex color #894FEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #894FEF is #76B010. Grayscale: #727272. Windows color (decimal): -7778321 or 15683465. OLE color: 15683465.

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

Color convert

RGB 137 79 239 -
CMYK 0.43 0.67 0 0.06
HSL 261.75º 0.83% 0.62% -
HSV(B) 261.75º 0.67% 0.94% -
XYZ 28.69 17.14 83.46 -
YUV 114.58 198.22 143.99 -
System Red Green Blue C M Y K H S L
Decimal 137 79 239 0.43 0.67 0 0.06 261.75 0.83 0.62
Hex 89 4F EF 2B 43 0 6 106 53 3E
Octal 211 117 357 53 103 0 6 406 123 76
Binary 10001001 1001111 11101111 101011 1000011 0 110 100000110 1010011 111110

Color Harmonies of #894FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894FEF

Black with #894FEF

Text Example


Text Example

White with #894FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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