Html Css Color HEX #814EDE Medium Slate Blue

📋 copy color: '#814EDE'

red 129 ◦ green 78 ◦ blue 222

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

Shades of Medium Slate Blue #814EDE

Tints of Medium Slate Blue #814EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 51.75%

R = 30.07%
G = 18.18%
B = 51.75%

CMYK

 C value IS 0.42

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#814EDE (or 0x814EDE) is known color: Medium Slate Blue. HEX triplet: 81, 4E and DE. RGB value is (129,78,222). Sum of RGB (Red+Green+Blue) = 129+78+222=429 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.07% from 429); Green value is 78 (30.86% from 255 or 18.18% from 429); Blue value is 222 (87.11% from 255 or 51.75% from 429); Max value from RGB is 222 - color contains mainly: blue. Hex color #814EDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #814EDE is #7EB121. Grayscale: #6D6D6D. Windows color (decimal): -8302882 or 14569089. OLE color: 14569089.

HSL color Cylindrical-coordinate representation of color #814EDE: hue angle of 261.25º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #814EDE is Cyan = 0.42, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 129 78 222 -
CMYK 0.42 0.65 0 0.13
HSL 261.25º 0.69% 0.59% -
HSV(B) 261.25º 0.65% 0.87% -
XYZ 24.96 15.39 70.76 -
YUV 109.67 191.4 141.79 -
System Red Green Blue C M Y K H S L
Decimal 129 78 222 0.42 0.65 0 0.13 261.25 0.69 0.59
Hex 81 4E DE 2A 41 0 D 105 45 3B
Octal 201 116 336 52 101 0 15 405 105 73
Binary 10000001 1001110 11011110 101010 1000001 0 1101 100000101 1000101 111011

Color Harmonies of #814EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814EDE

Black with #814EDE

Text Example


Text Example

White with #814EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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