#7C75ED

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

Shades of Medium Slate Blue #7C75ED

Tints of Medium Slate Blue #7C75ED

Color information

#7C75ED (or 0x7C75ED) is unknown color: approx Medium Slate Blue. HEX triplet: 7C, 75 and ED. RGB value is (124,117,237). Sum of RGB (Red+Green+Blue) = 124+117+237=478 (63% of max value = 765). Red value is 124 (48.83% from 255 or 25.94% from 478); Green value is 117 (46.09% from 255 or 24.48% from 478); Blue value is 237 (92.97% from 255 or 49.58% from 478); Max value from RGB is 237 - color contains mainly: blue. Hex color #7C75ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C75ED is #838A12. Grayscale: #848484. Windows color (decimal): -8620563 or 15562108. OLE color: 15562108.

HSL color Cylindrical-coordinate representation of color #7C75ED: hue angle of 243.5º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7C75ED is Cyan = 0.48, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB124117237-
CMYK0.480.5100.07
HSL243.5º76.92%69.41%-
HSV(B)243.5º50.63%92.94%-
XYZ29.9623.1283-
YUV132.77186.82121.74-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 25.94%
GREEN value IS 117 (46.09% from 255) = 24.48%
BLUE value IS 237 (92.97% from 255) = 49.58%
R=25.94%
G=24.48%
B=49.58%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1241172370.480.5100.07243.576.9269.41
Hex7C75ED303307f44d45
Octal174165355606307364115105
Binary111110011101011110110111000011001101111111010010011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C75ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,117,237); }

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

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

 a { background-color: rgb(124,117,237); }

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

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

 span { border-color: rgb(124,117,237); }

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