#7d4cef

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

Shades of Medium Slate Blue #7D4CEF

Tints of Medium Slate Blue #7D4CEF

Color information

#7D4CEF (or 0x7D4CEF) is unknown color: approx Medium Slate Blue. HEX triplet: 7D, 4C and EF. RGB value is (125,76,239). Sum of RGB (Red+Green+Blue) = 125+76+239=440 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.41% from 440); Green value is 76 (30.08% from 255 or 17.27% from 440); Blue value is 239 (93.75% from 255 or 54.32% from 440); Max value from RGB is 239 - color contains mainly: blue. Hex color #7D4CEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7D4CEF is #82B310. Grayscale: #6C6C6C. Windows color (decimal): -8565521 or 15682685. OLE color: 15682685.

HSL color Cylindrical-coordinate representation of color #7D4CEF: hue angle of 258.04º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7D4CEF is Cyan = 0.48, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB12576239-
CMYK0.480.6800.06
HSL258.04º83.59%61.76%-
HSV(B)258.04º68.2%93.73%-
XYZ26.6215.7683.3-
YUV109.23201.23139.25-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 28.41%
GREEN value IS 76 (30.08% from 255) = 17.27%
BLUE value IS 239 (93.75% from 255) = 54.32%
R=28.41%
G=17.27%
B=54.32%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal125762390.480.6800.06258.0483.5961.76
Hex7D4CEF304406102543e
Octal175114357601040640212476
Binary1111101100110011101111110000100010001101000000101010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7d4cef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,76,239); }

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

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

 a { background-color: rgb(125,76,239); }

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

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

 span { border-color: rgb(125,76,239); }

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