#7D5DFC

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

Shades of Medium Slate Blue #7D5DFC

Tints of Medium Slate Blue #7D5DFC

Color information

#7D5DFC (or 0x7D5DFC) is unknown color: approx Medium Slate Blue. HEX triplet: 7D, 5D and FC. RGB value is (125,93,252). Sum of RGB (Red+Green+Blue) = 125+93+252=470 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.60% from 470); Green value is 93 (36.72% from 255 or 19.79% from 470); Blue value is 252 (98.83% from 255 or 53.62% from 470); Max value from RGB is 252 - color contains mainly: blue. Hex color #7D5DFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D5DFC is #82A203. Grayscale: #787878. Windows color (decimal): -8561156 or 16539005. OLE color: 16539005.

HSL color Cylindrical-coordinate representation of color #7D5DFC: hue angle of 252.08º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7D5DFC is Cyan = 0.50, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB12593252-
CMYK0.500.6300.01
HSL252.08º96.36%67.65%-
HSV(B)252.08º63.1%98.82%-
XYZ29.9419.2294.23-
YUV120.69202.1131.07-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.60%
GREEN value IS 93 (36.72% from 255) = 19.79%
BLUE value IS 252 (98.83% from 255) = 53.62%
R=26.60%
G=19.79%
B=53.62%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal125932520.500.6300.01252.0896.3667.65
Hex7D5DFC323F01fc6044
Octal175135374627701374140104
Binary1111101101110111111100110010111111011111110011000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D5DFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,93,252); }

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

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

 a { background-color: rgb(125,93,252); }

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

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

 span { border-color: rgb(125,93,252); }

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