#814DDF

Color #814DDF Medium Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Slate Blue #814DDF

Tints of Medium Slate Blue #814DDF

Color information

#814DDF (or 0x814DDF) is unknown color: approx 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

RGB12977223-
CMYK0.420.6500.13
HSL261.37º69.52%58.82%-
HSV(B)261.37º65.47%87.45%-
XYZ25.0315.371.45-
YUV109.19192.23142.13-

RGB Variations

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

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 (Cyan) values IS 0.42
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal129772230.420.6500.13261.3769.5258.82
Hex814DDF2A410D105463b
Octal2011153375210101540510673
Binary100000011001101110111111010101000001011011000001011000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814DDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>