Html Css Color HEX #894EFD Medium Slate Blue

📋 copy color: '#894EFD'

red 137 ◦ green 78 ◦ blue 253

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

Shades of Medium Slate Blue #894EFD

Tints of Medium Slate Blue #894EFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 54.06%

R = 29.27%
G = 16.67%
B = 54.06%

CMYK

 C value IS 0.46

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#894EFD (or 0x894EFD) is known color: Medium Slate Blue. HEX triplet: 89, 4E and FD. RGB value is (137,78,253). Sum of RGB (Red+Green+Blue) = 137+78+253=468 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.27% from 468); Green value is 78 (30.86% from 255 or 16.67% from 468); Blue value is 253 (99.22% from 255 or 54.06% from 468); Max value from RGB is 253 - color contains mainly: blue. Hex color #894EFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #894EFD is #76B102. Grayscale: #727272. Windows color (decimal): -7778563 or 16600713. OLE color: 16600713.

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

Color convert

RGB 137 78 253 -
CMYK 0.46 0.69 0 0.01
HSL 260.23º 0.98% 0.65% -
HSV(B) 260.23º 0.69% 0.99% -
XYZ 30.77 17.86 94.75 -
YUV 115.59 205.55 143.27 -
System Red Green Blue C M Y K H S L
Decimal 137 78 253 0.46 0.69 0 0.01 260.23 0.98 0.65
Hex 89 4E FD 2E 45 0 1 104 62 41
Octal 211 116 375 56 105 0 1 404 142 101
Binary 10001001 1001110 11111101 101110 1000101 0 1 100000100 1100010 1000001

Color Harmonies of #894EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894EFD

Black with #894EFD

Text Example


Text Example

White with #894EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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