Html Css Color HEX #814EEC Medium Slate Blue

📋 copy color: '#814EEC'

red 129 ◦ green 78 ◦ blue 236

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

Shades of Medium Slate Blue #814EEC

Tints of Medium Slate Blue #814EEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 53.27%

R = 29.12%
G = 17.61%
B = 53.27%

CMYK

 C value IS 0.45

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#814EEC (or 0x814EEC) is known color: Medium Slate Blue. HEX triplet: 81, 4E and EC. RGB value is (129,78,236). Sum of RGB (Red+Green+Blue) = 129+78+236=443 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.12% from 443); Green value is 78 (30.86% from 255 or 17.61% from 443); Blue value is 236 (92.58% from 255 or 53.27% from 443); Max value from RGB is 236 - color contains mainly: blue. Hex color #814EEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #814EEC is #7EB113. Grayscale: #6E6E6E. Windows color (decimal): -8302868 or 15486593. OLE color: 15486593.

HSL color Cylindrical-coordinate representation of color #814EEC: hue angle of 259.37º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #814EEC is Cyan = 0.45, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 129 78 236 -
CMYK 0.45 0.67 0 0.07
HSL 259.37º 0.81% 0.62% -
HSV(B) 259.37º 0.67% 0.93% -
XYZ 26.92 16.17 81.06 -
YUV 111.26 198.4 140.65 -
System Red Green Blue C M Y K H S L
Decimal 129 78 236 0.45 0.67 0 0.07 259.37 0.81 0.62
Hex 81 4E EC 2D 43 0 7 103 51 3E
Octal 201 116 354 55 103 0 7 403 121 76
Binary 10000001 1001110 11101100 101101 1000011 0 111 100000011 1010001 111110

Color Harmonies of #814EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814EEC

Black with #814EEC

Text Example


Text Example

White with #814EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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