#814DFE

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

Shades of Medium Slate Blue #814DFE

Tints of Medium Slate Blue #814DFE

Color information

#814DFE (or 0x814DFE) is unknown color: approx Medium Slate Blue. HEX triplet: 81, 4D and FE. RGB value is (129,77,254). Sum of RGB (Red+Green+Blue) = 129+77+254=460 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.04% from 460); Green value is 77 (30.47% from 255 or 16.74% from 460); Blue value is 254 (99.61% from 255 or 55.22% from 460); Max value from RGB is 254 - color contains mainly: blue. Hex color #814DFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #814DFE is #7EB201. Grayscale: #707070. Windows color (decimal): -8303106 or 16665985. OLE color: 16665985.

HSL color Cylindrical-coordinate representation of color #814DFE: hue angle of 257.63º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #814DFE is Cyan = 0.49, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB12977254-
CMYK0.490.7000.00
HSL257.63º98.88%64.9%-
HSV(B)257.63º69.69%99.61%-
XYZ29.617.1395.51-
YUV112.73207.73139.61-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.04%
GREEN value IS 77 (30.47% from 255) = 16.74%
BLUE value IS 254 (99.61% from 255) = 55.22%
R=28.04%
G=16.74%
B=55.22%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal129772540.490.7000.00257.6398.8864.9
Hex814DFE3146001026341
Octal2011153766110600402143101
Binary1000000110011011111111011000110001100010000001011000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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