#814DF2

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

Shades of Medium Slate Blue #814DF2

Tints of Medium Slate Blue #814DF2

Color information

#814DF2 (or 0x814DF2) is unknown color: approx Medium Slate Blue. HEX triplet: 81, 4D and F2. RGB value is (129,77,242). Sum of RGB (Red+Green+Blue) = 129+77+242=448 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.79% from 448); Green value is 77 (30.47% from 255 or 17.19% from 448); Blue value is 242 (94.92% from 255 or 54.02% from 448); Max value from RGB is 242 - color contains mainly: blue. Hex color #814DF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #814DF2 is #7EB20D. Grayscale: #6E6E6E. Windows color (decimal): -8303118 or 15879553. OLE color: 15879553.

HSL color Cylindrical-coordinate representation of color #814DF2: hue angle of 258.91º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #814DF2 is Cyan = 0.47, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB12977242-
CMYK0.470.6800.05
HSL258.91º86.39%62.55%-
HSV(B)258.91º68.18%94.9%-
XYZ27.7316.3985.71-
YUV111.36201.73140.58-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.79%
GREEN value IS 77 (30.47% from 255) = 17.19%
BLUE value IS 242 (94.92% from 255) = 54.02%
R=28.79%
G=17.19%
B=54.02%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal129772420.470.6800.05258.9186.3962.55
Hex814DF22F4405103563f
Octal201115362571040540312677
Binary10000001100110111110010101111100010001011000000111010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814DF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #814DF2;
 }
 .AnyTagClassName
 {
   color: #814DF2;
 }
</style>
background-color css

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

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

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

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

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

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