Html Css Color HEX #814EE0 Medium Slate Blue

📋 copy color: '#814EE0'

red 129 ◦ green 78 ◦ blue 224

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

Shades of Medium Slate Blue #814EE0

Tints of Medium Slate Blue #814EE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 51.97%

R = 29.93%
G = 18.1%
B = 51.97%

CMYK

 C value IS 0.42

 M value IS 0.65

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#814EE0 (or 0x814EE0) is known color: Medium Slate Blue. HEX triplet: 81, 4E and E0. RGB value is (129,78,224). Sum of RGB (Red+Green+Blue) = 129+78+224=431 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.93% from 431); Green value is 78 (30.86% from 255 or 18.10% from 431); Blue value is 224 (87.89% from 255 or 51.97% from 431); Max value from RGB is 224 - color contains mainly: blue. Hex color #814EE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #814EE0 is #7EB11F. Grayscale: #6D6D6D. Windows color (decimal): -8302880 or 14700161. OLE color: 14700161.

HSL color Cylindrical-coordinate representation of color #814EE0: hue angle of 260.96º degrees, saturation: 0.7, 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 #814EE0 is Cyan = 0.42, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 129 78 224 -
CMYK 0.42 0.65 0 0.12
HSL 260.96º 0.7% 0.59% -
HSV(B) 260.96º 0.65% 0.88% -
XYZ 25.23 15.5 72.18 -
YUV 109.89 192.4 141.63 -
System Red Green Blue C M Y K H S L
Decimal 129 78 224 0.42 0.65 0 0.12 260.96 0.7 0.59
Hex 81 4E E0 2A 41 0 C 105 46 3B
Octal 201 116 340 52 101 0 14 405 106 73
Binary 10000001 1001110 11100000 101010 1000001 0 1100 100000101 1000110 111011

Color Harmonies of #814EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814EE0

Black with #814EE0

Text Example


Text Example

White with #814EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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