#7D54EE

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

Shades of Medium Slate Blue #7D54EE

Tints of Medium Slate Blue #7D54EE

Color information

#7D54EE (or 0x7D54EE) is unknown color: approx Medium Slate Blue. HEX triplet: 7D, 54 and EE. RGB value is (125,84,238). Sum of RGB (Red+Green+Blue) = 125+84+238=447 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.96% from 447); Green value is 84 (33.20% from 255 or 18.79% from 447); Blue value is 238 (93.36% from 255 or 53.24% from 447); Max value from RGB is 238 - color contains mainly: blue. Hex color #7D54EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D54EE is #82AB11. Grayscale: #717171. Windows color (decimal): -8563474 or 15619197. OLE color: 15619197.

HSL color Cylindrical-coordinate representation of color #7D54EE: hue angle of 255.97º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7D54EE is Cyan = 0.47, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB12584238-
CMYK0.470.6500.07
HSL255.97º81.91%63.14%-
HSV(B)255.97º64.71%93.33%-
XYZ27.0616.8782.72-
YUV113.82198.08135.98-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 27.96%
GREEN value IS 84 (33.20% from 255) = 18.79%
BLUE value IS 238 (93.36% from 255) = 53.24%
R=27.96%
G=18.79%
B=53.24%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal125842380.470.6500.07255.9781.9163.14
Hex7D54EE2F4107100523f
Octal175124356571010740012277
Binary1111101101010011101110101111100000101111000000001010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D54EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,84,238); }

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

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

 a { background-color: rgb(125,84,238); }

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

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

 span { border-color: rgb(125,84,238); }

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