#7C6CE8

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

Shades of Medium Slate Blue #7C6CE8

Tints of Medium Slate Blue #7C6CE8

Color information

#7C6CE8 (or 0x7C6CE8) is unknown color: approx Medium Slate Blue. HEX triplet: 7C, 6C and E8. RGB value is (124,108,232). Sum of RGB (Red+Green+Blue) = 124+108+232=464 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.72% from 464); Green value is 108 (42.58% from 255 or 23.28% from 464); Blue value is 232 (91.02% from 255 or 50% from 464); Max value from RGB is 232 - color contains mainly: blue. Hex color #7C6CE8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C6CE8 is #839317. Grayscale: #7E7E7E. Windows color (decimal): -8622872 or 15232124. OLE color: 15232124.

HSL color Cylindrical-coordinate representation of color #7C6CE8: hue angle of 247.74º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7C6CE8 is Cyan = 0.47, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB124108232-
CMYK0.470.5300.09
HSL247.74º72.94%66.67%-
HSV(B)247.74º53.45%90.98%-
XYZ28.2420.8478.88-
YUV126.92187.3125.92-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.72%
GREEN value IS 108 (42.58% from 255) = 23.28%
BLUE value IS 232 (91.02% from 255) = 50%
R=26.72%
G=23.28%
B=50%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1241082320.470.5300.09247.7472.9466.67
Hex7C6CE82F3509f84943
Octal1741543505765011370111103
Binary1111100110110011101000101111110101010011111100010010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6CE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,108,232); }

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

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

 a { background-color: rgb(124,108,232); }

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

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

 span { border-color: rgb(124,108,232); }

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