#7C72EE

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

Shades of Medium Slate Blue #7C72EE

Tints of Medium Slate Blue #7C72EE

Color information

#7C72EE (or 0x7C72EE) is unknown color: approx Medium Slate Blue. HEX triplet: 7C, 72 and EE. RGB value is (124,114,238). Sum of RGB (Red+Green+Blue) = 124+114+238=476 (63% of max value = 765). Red value is 124 (48.83% from 255 or 26.05% from 476); Green value is 114 (44.92% from 255 or 23.95% from 476); Blue value is 238 (93.36% from 255 or 50% from 476); Max value from RGB is 238 - color contains mainly: blue. Hex color #7C72EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C72EE is #838D11. Grayscale: #828282. Windows color (decimal): -8621330 or 15626876. OLE color: 15626876.

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

Color convert

RGB124114238-
CMYK0.480.5200.07
HSL244.84º78.48%69.02%-
HSV(B)244.84º52.1%93.33%-
XYZ29.7622.4983.66-
YUV131.13188.31122.92-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.05%
GREEN value IS 114 (44.92% from 255) = 23.95%
BLUE value IS 238 (93.36% from 255) = 50%
R=26.05%
G=23.95%
B=50%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1241142380.480.5200.07244.8478.4869.02
Hex7C72EE303407f54e45
Octal174162356606407365116105
Binary111110011100101110111011000011010001111111010110011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C72EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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