Html Css Color HEX #894DFE Medium Slate Blue

📋 copy color: '#894DFE'

red 137 ◦ green 77 ◦ blue 254

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

Shades of Medium Slate Blue #894DFE

Tints of Medium Slate Blue #894DFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 54.27%

R = 29.27%
G = 16.45%
B = 54.27%

CMYK

 C value IS 0.46

 M value IS 0.70

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#894DFE (or 0x894DFE) is known color: Medium Slate Blue. HEX triplet: 89, 4D and FE. RGB value is (137,77,254). Sum of RGB (Red+Green+Blue) = 137+77+254=468 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.27% from 468); Green value is 77 (30.47% from 255 or 16.45% from 468); Blue value is 254 (99.61% from 255 or 54.27% from 468); Max value from RGB is 254 - color contains mainly: blue. Hex color #894DFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #894DFE is #76B201. Grayscale: #727272. Windows color (decimal): -7778818 or 16665993. OLE color: 16665993.

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

Color convert

RGB 137 77 254 -
CMYK 0.46 0.70 0 0.00
HSL 260.34º 0.99% 0.65% -
HSV(B) 260.34º 0.7% 1% -
XYZ 30.86 17.78 95.57 -
YUV 115.12 206.38 143.61 -
System Red Green Blue C M Y K H S L
Decimal 137 77 254 0.46 0.70 0 0.00 260.34 0.99 0.65
Hex 89 4D FE 2E 46 0 0 104 63 41
Octal 211 115 376 56 106 0 0 404 143 101
Binary 10001001 1001101 11111110 101110 1000110 0 0 100000100 1100011 1000001

Color Harmonies of #894DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894DFE

Black with #894DFE

Text Example


Text Example

White with #894DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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