Html Css Color HEX #814EE1 Medium Slate Blue

📋 copy color: '#814EE1'

red 129 ◦ green 78 ◦ blue 225

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

Shades of Medium Slate Blue #814EE1

Tints of Medium Slate Blue #814EE1

RGB

 RED value IS 129 (50.78% from 255) = 29.86%

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

 BLUE value IS 225 (88.28% from 255) = 52.08%

R = 29.86%
G = 18.06%
B = 52.08%

CMYK

 C value IS 0.43

 M value IS 0.65

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#814EE1 (or 0x814EE1) is known color: Medium Slate Blue. HEX triplet: 81, 4E and E1. RGB value is (129,78,225). Sum of RGB (Red+Green+Blue) = 129+78+225=432 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.86% from 432); Green value is 78 (30.86% from 255 or 18.06% from 432); Blue value is 225 (88.28% from 255 or 52.08% from 432); Max value from RGB is 225 - color contains mainly: blue. Hex color #814EE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #814EE1 is #7EB11E. Grayscale: #6D6D6D. Windows color (decimal): -8302879 or 14765697. OLE color: 14765697.

HSL color Cylindrical-coordinate representation of color #814EE1: hue angle of 260.82º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #814EE1 is Cyan = 0.43, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 129 78 225 -
CMYK 0.43 0.65 0 0.12
HSL 260.82º 0.71% 0.59% -
HSV(B) 260.82º 0.65% 0.88% -
XYZ 25.37 15.55 72.9 -
YUV 110.01 192.9 141.55 -
System Red Green Blue C M Y K H S L
Decimal 129 78 225 0.43 0.65 0 0.12 260.82 0.71 0.59
Hex 81 4E E1 2B 41 0 C 105 47 3B
Octal 201 116 341 53 101 0 14 405 107 73
Binary 10000001 1001110 11100001 101011 1000001 0 1100 100000101 1000111 111011

Color Harmonies of #814EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814EE1

Black with #814EE1

Text Example


Text Example

White with #814EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814EE1; }

 p { color: rgb(129,78,225); }

 H1.HeaderClassName
 {
   color: #814EE1;
 }
 .AnyTagClassName
 {
   color: #814EE1;
 }
</style>

background-color css

<style>
 a { background-color: #814EE1; }

 a { background-color: rgb(129,78,225); }

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

border-color css

<style>
 span { border-color: #814EE1; }

 span { border-color: rgb(129,78,225); }

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