#7A5CF6

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

Shades of Medium Slate Blue #7A5CF6

Tints of Medium Slate Blue #7A5CF6

Color information

#7A5CF6 (or 0x7A5CF6) is unknown color: approx Medium Slate Blue. HEX triplet: 7A, 5C and F6. RGB value is (122,92,246). Sum of RGB (Red+Green+Blue) = 122+92+246=460 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.52% from 460); Green value is 92 (36.33% from 255 or 20% from 460); Blue value is 246 (96.48% from 255 or 53.48% from 460); Max value from RGB is 246 - color contains mainly: blue. Hex color #7A5CF6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A5CF6 is #85A309. Grayscale: #757575. Windows color (decimal): -8758026 or 16145530. OLE color: 16145530.

HSL color Cylindrical-coordinate representation of color #7A5CF6: hue angle of 251.69º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7A5CF6 is Cyan = 0.50, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB12292246-
CMYK0.500.6300.04
HSL251.69º89.53%66.27%-
HSV(B)251.69º62.6%96.47%-
XYZ28.4918.4589.25-
YUV118.53199.94130.48-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.52%
GREEN value IS 92 (36.33% from 255) = 20%
BLUE value IS 246 (96.48% from 255) = 53.48%
R=26.52%
G=20%
B=53.48%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal122922460.500.6300.04251.6989.5366.27
Hex7A5CF6323F04fc5a42
Octal172134366627704374132102
Binary111101010111001111011011001011111101001111110010110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5CF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,92,246); }

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

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

 a { background-color: rgb(122,92,246); }

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

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

 span { border-color: rgb(122,92,246); }

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