#7A6CE7

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

Shades of Medium Slate Blue #7A6CE7

Tints of Medium Slate Blue #7A6CE7

Color information

#7A6CE7 (or 0x7A6CE7) is unknown color: approx Medium Slate Blue. HEX triplet: 7A, 6C and E7. RGB value is (122,108,231). Sum of RGB (Red+Green+Blue) = 122+108+231=461 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.46% from 461); Green value is 108 (42.58% from 255 or 23.43% from 461); Blue value is 231 (90.62% from 255 or 50.11% from 461); Max value from RGB is 231 - color contains mainly: blue. Hex color #7A6CE7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A6CE7 is #859318. Grayscale: #7D7D7D. Windows color (decimal): -8753945 or 15166586. OLE color: 15166586.

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

Color convert

RGB122108231-
CMYK0.470.5300.09
HSL246.83º71.93%66.47%-
HSV(B)246.83º53.25%90.59%-
XYZ27.8120.6378.12-
YUV126.21187.14125-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.46%
GREEN value IS 108 (42.58% from 255) = 23.43%
BLUE value IS 231 (90.62% from 255) = 50.11%
R=26.46%
G=23.43%
B=50.11%

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
Decimal1221082310.470.5300.09246.8371.9366.47
Hex7A6CE72F3509f74842
Octal1721543475765011367110102
Binary1111010110110011100111101111110101010011111011110010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6CE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,108,231); }

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

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

 a { background-color: rgb(122,108,231); }

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

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

 span { border-color: rgb(122,108,231); }

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