Html Css Color HEX #814DDF Medium Slate Blue

📋 copy color: '#814DDF'

red 129 ◦ green 77 ◦ blue 223

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

Shades of Medium Slate Blue #814DDF

Tints of Medium Slate Blue #814DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 51.98%

R = 30.07%
G = 17.95%
B = 51.98%

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

#814DDF (or 0x814DDF) is known color: Medium Slate Blue. HEX triplet: 81, 4D and DF. RGB value is (129,77,223). Sum of RGB (Red+Green+Blue) = 129+77+223=429 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.07% from 429); Green value is 77 (30.47% from 255 or 17.95% from 429); Blue value is 223 (87.5% from 255 or 51.98% from 429); Max value from RGB is 223 - color contains mainly: blue. Hex color #814DDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #814DDF is #7EB220. Grayscale: #6C6C6C. Windows color (decimal): -8303137 or 14634369. OLE color: 14634369.

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

Color convert

RGB 129 77 223 -
CMYK 0.42 0.65 0 0.13
HSL 261.37º 0.7% 0.59% -
HSV(B) 261.37º 0.65% 0.87% -
XYZ 25.03 15.3 71.45 -
YUV 109.19 192.23 142.13 -
System Red Green Blue C M Y K H S L
Decimal 129 77 223 0.42 0.65 0 0.13 261.37 0.7 0.59
Hex 81 4D DF 2A 41 0 D 105 46 3B
Octal 201 115 337 52 101 0 15 405 106 73
Binary 10000001 1001101 11011111 101010 1000001 0 1101 100000101 1000110 111011

Color Harmonies of #814DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814DDF

Black with #814DDF

Text Example


Text Example

White with #814DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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