#7E54DF

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

Shades of Medium Slate Blue #7E54DF

Tints of Medium Slate Blue #7E54DF

Color information

#7E54DF (or 0x7E54DF) is unknown color: approx Medium Slate Blue. HEX triplet: 7E, 54 and DF. RGB value is (126,84,223). Sum of RGB (Red+Green+Blue) = 126+84+223=433 (57% of max value = 765). Red value is 126 (49.61% from 255 or 29.10% from 433); Green value is 84 (33.20% from 255 or 19.40% from 433); Blue value is 223 (87.5% from 255 or 51.50% from 433); Max value from RGB is 223 - color contains mainly: blue. Hex color #7E54DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E54DF is #81AB20. Grayscale: #6F6F6F. Windows color (decimal): -8497953 or 14636158. OLE color: 14636158.

HSL color Cylindrical-coordinate representation of color #7E54DF: hue angle of 258.13º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7E54DF is Cyan = 0.43, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB12684223-
CMYK0.430.6200.13
HSL258.13º68.47%60.2%-
HSV(B)258.13º62.33%87.45%-
XYZ25.0916.171.6-
YUV112.4190.41137.7-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 29.10%
GREEN value IS 84 (33.20% from 255) = 19.40%
BLUE value IS 223 (87.5% from 255) = 51.50%
R=29.10%
G=19.40%
B=51.50%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal126842230.430.6200.13258.1368.4760.2
Hex7E54DF2B3E0D102443c
Octal176124337537601540210474
Binary1111110101010011011111101011111110011011000000101000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E54DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7E54DF; }

 p { color: rgb(126,84,223); }

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

<style>
 a { background-color: #7E54DF; }

 a { background-color: rgb(126,84,223); }

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

<style>
 span { border-color: #7E54DF; }

 span { border-color: rgb(126,84,223); }

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