Html Css Color HEX #894EFE Medium Slate Blue

📋 copy color: '#894EFE'

red 137 ◦ green 78 ◦ blue 254

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

Shades of Medium Slate Blue #894EFE

Tints of Medium Slate Blue #894EFE

RGB

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

 GREEN value IS 78 (30.86% from 255) = 16.63%

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

R = 29.21%
G = 16.63%
B = 54.16%

CMYK

 C value IS 0.46

 M value IS 0.69

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#894EFE (or 0x894EFE) is known color: Medium Slate Blue. HEX triplet: 89, 4E and FE. RGB value is (137,78,254). Sum of RGB (Red+Green+Blue) = 137+78+254=469 (62% of max value = 765). Red value is 137 (53.91% from 255 or 29.21% from 469); Green value is 78 (30.86% from 255 or 16.63% from 469); Blue value is 254 (99.61% from 255 or 54.16% from 469); Max value from RGB is 254 - color contains mainly: blue. Hex color #894EFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #894EFE is #76B101. Grayscale: #737373. Windows color (decimal): -7778562 or 16666249. OLE color: 16666249.

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

Color convert

RGB 137 78 254 -
CMYK 0.46 0.69 0 0.00
HSL 260.11º 0.99% 0.65% -
HSV(B) 260.11º 0.69% 1% -
XYZ 30.93 17.92 95.6 -
YUV 115.71 206.05 143.19 -
System Red Green Blue C M Y K H S L
Decimal 137 78 254 0.46 0.69 0 0.00 260.11 0.99 0.65
Hex 89 4E FE 2E 45 0 0 104 63 41
Octal 211 116 376 56 105 0 0 404 143 101
Binary 10001001 1001110 11111110 101110 1000101 0 0 100000100 1100011 1000001

Color Harmonies of #894EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894EFE

Black with #894EFE

Text Example


Text Example

White with #894EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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