#7C75EE

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

Shades of Medium Slate Blue #7C75EE

Tints of Medium Slate Blue #7C75EE

Color information

#7C75EE (or 0x7C75EE) is unknown color: approx Medium Slate Blue. HEX triplet: 7C, 75 and EE. RGB value is (124,117,238). Sum of RGB (Red+Green+Blue) = 124+117+238=479 (63% of max value = 765). Red value is 124 (48.83% from 255 or 25.89% from 479); Green value is 117 (46.09% from 255 or 24.43% from 479); Blue value is 238 (93.36% from 255 or 49.69% from 479); Max value from RGB is 238 - color contains mainly: blue. Hex color #7C75EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C75EE is #838A11. Grayscale: #848484. Windows color (decimal): -8620562 or 15627644. OLE color: 15627644.

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

Color convert

RGB124117238-
CMYK0.480.5100.07
HSL243.47º78.06%69.61%-
HSV(B)243.47º50.84%93.33%-
XYZ30.1123.1883.78-
YUV132.89187.32121.66-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 25.89%
GREEN value IS 117 (46.09% from 255) = 24.43%
BLUE value IS 238 (93.36% from 255) = 49.69%
R=25.89%
G=24.43%
B=49.69%

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
Decimal1241172380.480.5100.07243.4778.0669.61
Hex7C75EE303307f34e46
Octal174165356606307363116106
Binary111110011101011110111011000011001101111111001110011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C75EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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