#7C75EB

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

Shades of Medium Slate Blue #7C75EB

Tints of Medium Slate Blue #7C75EB

Color information

#7C75EB (or 0x7C75EB) is unknown color: approx Medium Slate Blue. HEX triplet: 7C, 75 and EB. RGB value is (124,117,235). Sum of RGB (Red+Green+Blue) = 124+117+235=476 (63% of max value = 765). Red value is 124 (48.83% from 255 or 26.05% from 476); Green value is 117 (46.09% from 255 or 24.58% from 476); Blue value is 235 (92.19% from 255 or 49.37% from 476); Max value from RGB is 235 - color contains mainly: blue. Hex color #7C75EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C75EB is #838A14. Grayscale: #848484. Windows color (decimal): -8620565 or 15431036. OLE color: 15431036.

HSL color Cylindrical-coordinate representation of color #7C75EB: hue angle of 243.56º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7C75EB is Cyan = 0.47, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB124117235-
CMYK0.470.5000.08
HSL243.56º74.68%69.02%-
HSV(B)243.56º50.21%92.16%-
XYZ29.6723.0181.47-
YUV132.54185.82121.91-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.05%
GREEN value IS 117 (46.09% from 255) = 24.58%
BLUE value IS 235 (92.19% from 255) = 49.37%
R=26.05%
G=24.58%
B=49.37%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1241172350.470.5000.08243.5674.6869.02
Hex7C75EB2F3208f44b45
Octal1741653535762010364113105
Binary1111100111010111101011101111110010010001111010010010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C75EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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