#7D75DF

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

Shades of Medium Slate Blue #7D75DF

Tints of Medium Slate Blue #7D75DF

Color information

#7D75DF (or 0x7D75DF) is unknown color: approx Medium Slate Blue. HEX triplet: 7D, 75 and DF. RGB value is (125,117,223). Sum of RGB (Red+Green+Blue) = 125+117+223=465 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.88% from 465); Green value is 117 (46.09% from 255 or 25.16% from 465); Blue value is 223 (87.5% from 255 or 47.96% from 465); Max value from RGB is 223 - color contains mainly: blue. Hex color #7D75DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D75DF is #828A20. Grayscale: #838383. Windows color (decimal): -8555041 or 14644605. OLE color: 14644605.

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

Color convert

RGB125117223-
CMYK0.440.4800.13
HSL244.53º62.35%66.67%-
HSV(B)244.53º47.53%87.45%-
XYZ28.1422.4172.65-
YUV131.48179.65123.38-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.88%
GREEN value IS 117 (46.09% from 255) = 25.16%
BLUE value IS 223 (87.5% from 255) = 47.96%
R=26.88%
G=25.16%
B=47.96%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1251172230.440.4800.13244.5362.3566.67
Hex7D75DF2C300Df53e43
Octal175165337546001536576103
Binary111110111101011101111110110011000001101111101011111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D75DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,117,223); }

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

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

 a { background-color: rgb(125,117,223); }

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

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

 span { border-color: rgb(125,117,223); }

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