#814EF5

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

Shades of Medium Slate Blue #814EF5

Tints of Medium Slate Blue #814EF5

Color information

#814EF5 (or 0x814EF5) is unknown color: approx Medium Slate Blue. HEX triplet: 81, 4E and F5. RGB value is (129,78,245). Sum of RGB (Red+Green+Blue) = 129+78+245=452 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.54% from 452); Green value is 78 (30.86% from 255 or 17.26% from 452); Blue value is 245 (96.09% from 255 or 54.20% from 452); Max value from RGB is 245 - color contains mainly: blue. Hex color #814EF5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #814EF5 is #7EB10A. Grayscale: #6F6F6F. Windows color (decimal): -8302859 or 16076417. OLE color: 16076417.

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

Color convert

RGB12978245-
CMYK0.470.6800.04
HSL258.32º89.3%63.33%-
HSV(B)258.32º68.16%96.08%-
XYZ28.2616.7188.12-
YUV112.29202.9139.92-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.54%
GREEN value IS 78 (30.86% from 255) = 17.26%
BLUE value IS 245 (96.09% from 255) = 54.20%
R=28.54%
G=17.26%
B=54.20%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal129782450.470.6800.04258.3289.363.33
Hex814EF52F4404102593f
Octal201116365571040440213177
Binary10000001100111011110101101111100010001001000000101011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814EF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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