Html Css Color HEX #814DEC Medium Slate Blue

📋 copy color: '#814DEC'

red 129 ◦ green 77 ◦ blue 236

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

Shades of Medium Slate Blue #814DEC

Tints of Medium Slate Blue #814DEC

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.42%

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

R = 29.19%
G = 17.42%
B = 53.39%

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

#814DEC (or 0x814DEC) is known color: Medium Slate Blue. HEX triplet: 81, 4D and EC. RGB value is (129,77,236). Sum of RGB (Red+Green+Blue) = 129+77+236=442 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.19% from 442); Green value is 77 (30.47% from 255 or 17.42% from 442); Blue value is 236 (92.58% from 255 or 53.39% from 442); Max value from RGB is 236 - color contains mainly: blue. Hex color #814DEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #814DEC is #7EB213. Grayscale: #6E6E6E. Windows color (decimal): -8303124 or 15486337. OLE color: 15486337.

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

Color convert

RGB 129 77 236 -
CMYK 0.45 0.67 0 0.07
HSL 259.62º 0.81% 0.61% -
HSV(B) 259.62º 0.67% 0.93% -
XYZ 26.85 16.03 81.04 -
YUV 110.67 198.73 141.07 -
System Red Green Blue C M Y K H S L
Decimal 129 77 236 0.45 0.67 0 0.07 259.62 0.81 0.61
Hex 81 4D EC 2D 43 0 7 104 51 3D
Octal 201 115 354 55 103 0 7 404 121 75
Binary 10000001 1001101 11101100 101101 1000011 0 111 100000100 1010001 111101

Color Harmonies of #814DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814DEC

Black with #814DEC

Text Example


Text Example

White with #814DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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