#7C6FE4

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

Shades of Medium Slate Blue #7C6FE4

Tints of Medium Slate Blue #7C6FE4

Color information

#7C6FE4 (or 0x7C6FE4) is unknown color: approx Medium Slate Blue. HEX triplet: 7C, 6F and E4. RGB value is (124,111,228). Sum of RGB (Red+Green+Blue) = 124+111+228=463 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.78% from 463); Green value is 111 (43.75% from 255 or 23.97% from 463); Blue value is 228 (89.45% from 255 or 49.24% from 463); Max value from RGB is 228 - color contains mainly: blue. Hex color #7C6FE4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C6FE4 is #83901B. Grayscale: #7F7F7F. Windows color (decimal): -8622108 or 14970748. OLE color: 14970748.

HSL color Cylindrical-coordinate representation of color #7C6FE4: hue angle of 246.67º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7C6FE4 is Cyan = 0.46, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB124111228-
CMYK0.460.5100.11
HSL246.67º68.42%66.47%-
HSV(B)246.67º51.32%89.41%-
XYZ2821.2676.03-
YUV128.22184.31124.99-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.78%
GREEN value IS 111 (43.75% from 255) = 23.97%
BLUE value IS 228 (89.45% from 255) = 49.24%
R=26.78%
G=23.97%
B=49.24%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1241112280.460.5100.11246.6768.4266.47
Hex7C6FE42E330Bf74442
Octal1741573445663013367104102
Binary1111100110111111100100101110110011010111111011110001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6FE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,111,228); }

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

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

 a { background-color: rgb(124,111,228); }

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

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

 span { border-color: rgb(124,111,228); }

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