#7C7AE1

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

Shades of Medium Slate Blue #7C7AE1

Tints of Medium Slate Blue #7C7AE1

Color information

#7C7AE1 (or 0x7C7AE1) is unknown color: approx Medium Slate Blue. HEX triplet: 7C, 7A and E1. RGB value is (124,122,225). Sum of RGB (Red+Green+Blue) = 124+122+225=471 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.33% from 471); Green value is 122 (48.05% from 255 or 25.90% from 471); Blue value is 225 (88.28% from 255 or 47.77% from 471); Max value from RGB is 225 - color contains mainly: blue. Hex color #7C7AE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C7AE1 is #83851E. Grayscale: #858585. Windows color (decimal): -8619295 or 14776956. OLE color: 14776956.

HSL color Cylindrical-coordinate representation of color #7C7AE1: hue angle of 241.17º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7C7AE1 is Cyan = 0.45, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB124122225-
CMYK0.450.4600.12
HSL241.17º63.19%68.04%-
HSV(B)241.17º45.78%88.24%-
XYZ28.8623.6474.28-
YUV134.34179.16120.62-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.33%
GREEN value IS 122 (48.05% from 255) = 25.90%
BLUE value IS 225 (88.28% from 255) = 47.77%
R=26.33%
G=25.90%
B=47.77%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1241222250.450.4600.12241.1763.1968.04
Hex7C7AE12D2E0Cf13f44
Octal174172341555601436177104
Binary111110011110101110000110110110111001100111100011111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C7AE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,122,225); }

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

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

 a { background-color: rgb(124,122,225); }

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

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

 span { border-color: rgb(124,122,225); }

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