#7c75f4

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

Shades of Medium Slate Blue #7C75F4

Tints of Medium Slate Blue #7C75F4

Color information

#7C75F4 (or 0x7C75F4) is unknown color: approx Medium Slate Blue. HEX triplet: 7C, 75 and F4. RGB value is (124,117,244). Sum of RGB (Red+Green+Blue) = 124+117+244=485 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.57% from 485); Green value is 117 (46.09% from 255 or 24.12% from 485); Blue value is 244 (95.70% from 255 or 50.31% from 485); Max value from RGB is 244 - color contains mainly: blue. Hex color #7C75F4 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C75F4 is #838A0B. Grayscale: #858585. Windows color (decimal): -8620556 or 16020860. OLE color: 16020860.

HSL color Cylindrical-coordinate representation of color #7C75F4: hue angle of 243.31º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7C75F4 is Cyan = 0.49, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB124117244-
CMYK0.490.5200.04
HSL243.31º85.23%70.78%-
HSV(B)243.31º52.05%95.69%-
XYZ3123.5488.5-
YUV133.57190.32121.17-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 25.57%
GREEN value IS 117 (46.09% from 255) = 24.12%
BLUE value IS 244 (95.70% from 255) = 50.31%
R=25.57%
G=24.12%
B=50.31%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1241172440.490.5200.04243.3185.2370.78
Hex7C75F4313404f35547
Octal174165364616404363125107
Binary111110011101011111010011000111010001001111001110101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7c75f4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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