#7C75DE

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

Shades of Medium Slate Blue #7C75DE

Tints of Medium Slate Blue #7C75DE

Color information

#7C75DE (or 0x7C75DE) is unknown color: approx Medium Slate Blue. HEX triplet: 7C, 75 and DE. RGB value is (124,117,222). Sum of RGB (Red+Green+Blue) = 124+117+222=463 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.78% from 463); Green value is 117 (46.09% from 255 or 25.27% from 463); Blue value is 222 (87.11% from 255 or 47.95% from 463); Max value from RGB is 222 - color contains mainly: blue. Hex color #7C75DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C75DE is #838A21. Grayscale: #828282. Windows color (decimal): -8620578 or 14579068. OLE color: 14579068.

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

Color convert

RGB124117222-
CMYK0.440.4700.13
HSL244º61.4%66.47%-
HSV(B)244º47.3%87.06%-
XYZ27.8622.2871.94-
YUV131.06179.32122.96-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.78%
GREEN value IS 117 (46.09% from 255) = 25.27%
BLUE value IS 222 (87.11% from 255) = 47.95%
R=26.78%
G=25.27%
B=47.95%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1241172220.440.4700.1324461.466.47
Hex7C75DE2C2F0Df43d42
Octal174165336545701536475102
Binary111110011101011101111010110010111101101111101001111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C75DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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